Skip to main content
A newer version of this page is available. .

IGrid.PageSizeSelectorItems Property

Specifies items available in the page size selector.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v23.1.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