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

PivotGridSettings.OptionsView Property

Provides access to the pivot grid’s view options.

Namespace: DevExpress.Web.Mvc

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

Declaration

public MVCxPivotGridWebOptionsView OptionsView { get; }

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