| IKaxPageableItemContainerSetPageProperties Method | 
        
        
        
            Method for settings paging properties of the pageable container
            
         
        Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
 Syntax
Syntaxvoid SetPageProperties(
	int startRowIndex,
	int maximumRows,
	bool databind
)
Sub SetPageProperties ( 
	startRowIndex As Integer,
	maximumRows As Integer,
	databind As Boolean
)
void SetPageProperties(
	int startRowIndex, 
	int maximumRows, 
	bool databind
)
abstract SetPageProperties : 
        startRowIndex : int * 
        maximumRows : int * 
        databind : bool -> unit 
Parameters
- startRowIndex
- Type: SystemInt32
 The index of the first record on the page.
- maximumRows
- Type: SystemInt32
 The maximum number of items on a single page.
- databind
- Type: SystemBoolean
 true to rebind the control after the properties are set; otherwise, false.
 See Also
See Also