PivotGridField(String, FieldArea) Constructor
In This Article
Initializes a new instance of the PivotGridField class with the specified field name and location.
Namespace: DevExpress.Xpf.PivotGrid
Assembly: DevExpress.Xpf.PivotGrid.v14.2.dll
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
field |
String | A String identifying the name of the database field. This value is assigned to the Pivot |
area | Field |
A Field |
#Remarks
This constructor initializes the PivotGridField.FieldName and PivotGridField.Area properties with the specified values. All the other properties of the created PivotGridField object are set to default values.
See Also