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.Mvc5.v18.2.dll

Declaration

public class MVCxPivotGridWebOptionsView :
    PivotGridWebOptionsView

The following members 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.

Implements

DevExpress.Utils.Serializing.IXtraSerializableLayoutEx
See Also