Click or drag to resize
IKaxPageableItemContainerSetPageProperties Method
Method for settings paging properties of the pageable container

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
void SetPageProperties(
	int startRowIndex,
	int maximumRows,
	bool databind
)

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