Skip to main content

IGrid.PageSize Property

Specifies the maximum number of rows that the grid can display on a page.

Namespace: DevExpress.Blazor

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

Declaration

[DefaultValue(10)]
int PageSize { get; set; }

Property Value

Type Default Description
Int32 10

The number of rows.

Remarks

Refer to the PageSize property description for additional information and an example.

See Also