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

PivotGridOptionsDataField Class

Provides the options which control the presentation of data fields in the XtraPivotGrid.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.PivotGrid.v19.2.Core.dll

Declaration

public class PivotGridOptionsDataField :
    PivotGridOptionsBase

The following members return PivotGridOptionsDataField objects:

Library Related API Members
WinForms Controls PivotGridControl.OptionsDataField
Reporting XRPivotGrid.OptionsDataField

Remarks

The PivotGridOptionsDataField class provides the properties which control the presentation of data fields in the XtraPivotGrid. Refer to the descriptions of the individual class members for more information.

The PivotGridOptionsDataField object can be accessed via the pivot grid’s PivotGridControl.OptionsDataField property.

See Also