Skip to main content

MVCxPivotGridWebOptionsView Class

Provides view options for the PivotGrid.

Namespace: DevExpress.Web.Mvc

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

NuGet Package: DevExpress.Web.Mvc5

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