ASPxTreeList.PageIndex Property
In This Article
Gets or sets the index of the currently selected page.
Namespace: DevExpress.Web.ASPxTreeList
Assembly: DevExpress.Web.ASPxTreeList.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
#Property Value
Type | Description |
---|---|
Int32 | An integer value that specifies the active page’s index. |
#Remarks
Use the PageIndex property to switch between pages in code. Setting this property to a new value raises the ASPxTreeList.PageIndexChanged event.
Note
If the Page
See Also