Skip to main content

PivotGridSettings.OptionsView Property

Provides access to the pivot grid’s view options.

Namespace: DevExpress.Web.Mvc

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

NuGet Package: DevExpress.Web.Mvc5

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