Skip to main content
All docs
V25.1
  • ITreeList.PageSizeSelectorItems Property

    Specifies items available in the page size selector.

    Namespace: DevExpress.Blazor

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