Back to Devexpress

PivotGridField() Constructor

windowsforms-devexpress-dot-xtrapivotgrid-dot-pivotgridfield-dot-ctor-c7561491.md

latest1.3 KB
Original Source

PivotGridField() Constructor

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

Namespace : DevExpress.XtraPivotGrid

Assembly : DevExpress.XtraPivotGrid.v25.2.dll

NuGet Package : DevExpress.Win.PivotGrid

Declaration

csharp
public PivotGridField()
vb
Public Sub New

Remarks

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

See Also

PivotGridField Class

PivotGridField Members

DevExpress.XtraPivotGrid Namespace