Skip to main content

PivotGridField() Constructor

Initializes a new instance of the PivotGridField class with default settings.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.XtraPivotGrid.v23.2.dll

NuGet Package: DevExpress.Win.PivotGrid

Declaration

public PivotGridField()

Remarks

This constructor sets the PivotGridFieldBase.FieldName property to an empty string and the PivotGridFieldBase.Area property to PivotArea.FilterArea.

See Also