PivotGridWebOptionsPager.AlwaysShowPager Property
Gets or sets whether the Pager is displayed within the ASPxPivotGrid when there is only one page.
Namespace: DevExpress.Web.ASPxPivotGrid
Assembly: DevExpress.Web.ASPxPivotGrid.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Default | Description |
---|---|---|
Boolean | false | true, to display the Pager within the ASPxPivotGrid when there is only one page; otherwise, false. |
Property Paths
You can access this nested property as listed below:
Library | Object Type | Path to AlwaysShowPager |
---|---|---|
ASP.NET Web Forms Controls | ASPxPivotGrid |
|
ASP.NET MVC Extensions | PivotGridSettings |
|
See Also