PivotGridFieldBase() Constructor
Initializes a new instance of the PivotGridFieldBase class with the default settings.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.PivotGrid.v23.1.Core.dll
NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Dashboard.Design
Declaration
Remarks
This constructor sets the PivotGridFieldBase.FieldName property to an empty string and the PivotGridFieldBase.Area property to PivotArea.FilterArea.
See Also