Skip to main content
A newer version of this page is available. .

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

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:

Object Type Path to AlwaysShowPager
ASPxPivotGrid
.OptionsPager.AlwaysShowPager
MVCxPivotGrid
.OptionsPager.AlwaysShowPager
PivotGridSettings
.OptionsPager.AlwaysShowPager
See Also