Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

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

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 MVC Extensions PivotGridSettings
.OptionsPager .AlwaysShowPager
ASP.NET Web Forms Controls ASPxPivotGrid
.OptionsPager .AlwaysShowPager
See Also