Skip to main content
All docs
V26.1
  • IGrid.PagerSummaryVisible Property

    Specifies whether the pager displays a summary item.

    Namespace: DevExpress.Blazor

    Assembly: DevExpress.Blazor.Grid.v26.1.dll

    Declaration

    [DefaultValue(false)]
    bool PagerSummaryVisible { get; set; }

    Property Value

    Type Default Description
    Boolean false

    true to display the pager summary; otherwise, false.

    Remarks

    Refer to the PagerSummaryVisible property description for additional information and an example.

    See Also