PivotGridOptionsDataField Class
In This Article
Provides the options which control the presentation of data fields in the XtraPivotGrid.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.PivotGrid.v24.2.Core.dll
NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation
#Declaration
public class PivotGridOptionsDataField :
PivotGridOptionsBase
#Related API Members
The following members return PivotGridOptionsDataField objects:
Library | Related API Members |
---|---|
Win |
Pivot |
.NET Reporting Tools | XRPivot |
#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.
#Inheritance
See Also