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

PivotGridFieldBase() Constructor

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

Namespace: DevExpress.XtraPivotGrid

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

Declaration

public PivotGridFieldBase()

Remarks

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

See Also