Skip to main content

ASPxPivotGrid.OptionsPager Property

Provides access to the pivot grid’s pager options

Namespace: DevExpress.Web.ASPxPivotGrid

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

Declaration

public PivotGridWebOptionsPager OptionsPager { get; }

Property Value

Type Description
PivotGridWebOptionsPager

A PivotGridWebOptionsPager object containing the pager settings.

See Also