PivotGridField() Constructor
In This Article
Initializes a new instance of the PivotGridField class with default settings.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.XtraPivotGrid.v24.2.dll
NuGet Package: DevExpress.Win.PivotGrid
#Declaration
#Remarks
This constructor sets the PivotGridFieldBase.FieldName property to an empty string and the PivotGridFieldBase.Area property to PivotArea.FilterArea.
See Also