ITreeList.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 |
|
Remarks
Refer to the PagerSummaryVisible property description for additional information and an example.
See Also