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

MVCxPivotGridWebOptionsDataField Class

Provides options which control data fields presentation in the PivotGrid extension.

Namespace: DevExpress.Web.Mvc

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

NuGet Package: DevExpress.Web.Mvc5

Declaration

public class MVCxPivotGridWebOptionsDataField :
    PivotGridWebOptionsDataField

The following members return MVCxPivotGridWebOptionsDataField objects:

Remarks

These options can be accessed via the PivotGridSettings.OptionsDataField property.

Implements

DevExpress.Utils.Serializing.IXtraSerializableLayoutEx
See Also