Skip to main content

ASPxPivotGrid.OptionsPager Property

Provides access to the pivot grid’s pager options

Namespace: DevExpress.Web.ASPxPivotGrid

Assembly: DevExpress.Web.ASPxPivotGrid.v23.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