Skip to main content

MVCxPivotGridWebOptionsDataField Class

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

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v23.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