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

MVCxPivotGridWebOptionsView Class

Provides view options for the PivotGrid.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc.v18.1.dll

Declaration

public class MVCxPivotGridWebOptionsView :
    PivotGridWebOptionsView

The following members accept/return MVCxPivotGridWebOptionsView objects:

Remarks

The MVCxPivotGridWebOptionsView class provides a set of properties that control view options in the PivotGrid. Use the PivotGridSettings.OptionsView property to access these options.

See Also