Skip to main content

PivotGridWebOptionsDataField Class

Provides options which control data fields presentation in the ASPxPivotGrid control.

Namespace: DevExpress.Web.ASPxPivotGrid

Assembly: DevExpress.Web.ASPxPivotGrid.v24.2.dll

NuGet Package: DevExpress.Web

#Declaration

public class PivotGridWebOptionsDataField :
    PivotGridOptionsDataField

The following members return PivotGridWebOptionsDataField objects:

#Remarks

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

#Implements

DevExpress.Utils.Serializing.IXtraSerializableLayoutEx
See Also