Skip to main content
All docs
V25.2
  • PaginationBuilder.AllowedPageSizes(IEnumerable<Int32>) Method

    Specifies page sizes available in the page size selector. Mirrors the client-side allowedPageSizes option.

    Namespace: DevExtreme.AspNet.Mvc.Builders

    Assembly: DevExtreme.AspNet.Core.dll

    Declaration

    public PaginationBuilder AllowedPageSizes(
        IEnumerable<int> value
    )

    Parameters

    Name Type Description
    value IEnumerable<Int32>

    The option value.

    Returns

    Type Description
    PaginationBuilder

    A reference to this instance after the method is called.

    See Also