KaxListViewCurrentPageIndex Property |
Gets or sets a value indicating the index of the currently active page in case
paging is enabled (
AllowPaging is
true).
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic int CurrentPageIndex { get; set; }
Public Property CurrentPageIndex As Integer
Get
Set
public:
property int CurrentPageIndex {
int get ();
void set (int value);
}
member CurrentPageIndex : int with get, set
Property Value
Type:
Int32The index of the currently active page in case paging is enabled.
ExceptionsException | Condition |
---|
ArgumentOutOfRangeException | value is out of range. |
See Also