Skip to main content

IGrid.PageIndex Property

Specifies the grid’s active page index.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.Grid.v26.1.dll

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 additional information and an example.

See Also