PivotGridField(String, PivotArea) Constructor
Initializes a new instance of the PivotGridField class with the specified field name and location.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.XtraPivotGrid.v24.2.dll
NuGet Package: DevExpress.Win.PivotGrid
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
field |
String | A string identifying the name of the database field. This value is assigned to the Pivot |
area | Pivot |
A Pivot |
#Remarks
This constructor initializes the PivotGridFieldBase.FieldName and PivotGridFieldBase.Area properties with the specified values. All the other properties of the created PivotGridField object are set to default values.