Skip to main content

IGrid.PageSizeSelectorItems Property

Specifies items available in the page size selector.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v23.2.dll

NuGet Package: DevExpress.Blazor

Declaration

IReadOnlyList<int> PageSizeSelectorItems { get; set; }

Property Value

Type Description
IReadOnlyList<Int32>

Items available in the page size selector.

Remarks

Refer to the PageSizeSelectorItems property description for more information and an example.

See Also