ITreeList.PageIndex Property
Specifies the active page index.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.1.dll
NuGet Package: DevExpress.Blazor
Declaration
[DefaultValue(0)]
int PageIndex { get; set; }
Property Value
Type | Default | Description |
---|---|---|
Int32 | 0 | A zero-based value that specifies the active page index. |
Remarks
Refer to the PageIndex property description for more information and an example.
See Also