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

    Specifies the number of pages when the pager switches from numeric buttons to the input box in Auto mode.

    Namespace: DevExpress.Blazor

    Assembly: DevExpress.Blazor.v25.1.dll

    NuGet Package: DevExpress.Blazor

    Declaration

    [DefaultValue(11)]
    int PagerSwitchToInputBoxButtonCount { get; set; }

    Property Value

    Type Default Description
    Int32 11

    The number of pages when the pager switches to the input box.

    Remarks

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

    See Also