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

ASPxPivotGrid.OptionsPager Property

Provides access to the pivot grid’s pager options

Namespace: DevExpress.Web.ASPxPivotGrid

Assembly: DevExpress.Web.ASPxPivotGrid.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

public PivotGridWebOptionsPager OptionsPager { get; }

Property Value

Type Description
PivotGridWebOptionsPager

A PivotGridWebOptionsPager object containing the pager settings.

See Also