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

MVCxPivotGridWebOptionsData Class

Provides data specific options for PivotGrid.

Namespace: DevExpress.Web.Mvc

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

Declaration

public class MVCxPivotGridWebOptionsData :
    PivotGridWebOptionsData

The following members return MVCxPivotGridWebOptionsData objects:

Remarks

The MVCxPivotGridWebOptionsData class provides a set of properties that control data specific operations in the PivotGrid. Use the PivotGridSettings.OptionsData property to access these options.

Implements

DevExpress.Utils.Serializing.IXtraSerializableLayoutEx
See Also