Skip to main content
All docs
V24.1

ITreeList.PageSizeSelectorItems Property

Specifies items available in the page size selector.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v24.1.dll

NuGet Package: DevExpress.Blazor

Declaration

IReadOnlyList<int> PageSizeSelectorItems { get; set; }

Property Value

Type Description
IReadOnlyList<Int32>

Page size selector items.

Remarks

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

See Also