IGrid.PageIndex Property
In This Article
Specifies the grid’s active page index.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.2.dll
NuGet Package: DevExpress.Blazor
#Declaration
C#
[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