Skip to main content

PivotGridSettings.OptionsPager Property

Provides access to the pivot grid’s pager options.

Namespace: DevExpress.Web.Mvc

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

NuGet Package: DevExpress.Web.Mvc5

Declaration

public PivotGridWebOptionsPager OptionsPager { get; }

Property Value

Type Description
PivotGridWebOptionsPager

A PivotGridWebOptionsPager object containing the pager settings.

See Also