Click or drag to resize
IKaxPageableItemContainer Interface

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public interface IKaxPageableItemContainer

The IKaxPageableItemContainer type exposes the following members.

Methods
  NameDescription
Public methodSetPageProperties
Method for settings paging properties of the pageable container
Top
Properties
  NameDescription
Public propertyMaximumRows
The maximum number of items to display on a single page
Public propertyStartRowIndex
The index of the first record that is displayed on a page
Top
Events
  NameDescription
Public eventTotalRowCountAvailable
Occurs when the data from the data source is made available to the control.
Top
See Also