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

PivotGridSettings.OptionsPager Property

Provides access to the pivot grid’s pager options.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v19.2.dll

Declaration

public PivotGridWebOptionsPager OptionsPager { get; }

Property Value

Type Description
PivotGridWebOptionsPager

A PivotGridWebOptionsPager object containing the pager settings.

See Also