Skip to main content
All docs
V25.2
  • PagerBaseBuilder.DisplayMode(GridPagerDisplayMode) Method

    Specifies the UI component's display mode. Mirrors the client-side displayMode option.

    Namespace: DevExtreme.AspNet.Mvc.Builders.Pagination

    Assembly: DevExtreme.AspNet.Core.dll

    Declaration

    public PagerBaseBuilder DisplayMode(
        GridPagerDisplayMode value
    )

    Parameters

    Name Type Description
    value GridPagerDisplayMode

    The option value.

    Returns

    Type Description
    PagerBaseBuilder

    A reference to this instance after the method is called.

    See Also