PivotGridSettings.OptionsView Property
Provides access to the pivot grid’s view options.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
Property Value
Type | Description |
---|---|
MVCxPivotGridWebOptionsView | A MVCxPivotGridWebOptionsView object that provides the pivot grid’s view options. |
Remarks
Use the OptionsView property to access options that control the pivot grid view.
See Also