PivotGridFieldCollection.Add(String, FieldArea) Method
In This Article
Adds a new field with the specified field name and location to the end of the collection.
Namespace: DevExpress.Xpf.PivotGrid
Assembly: DevExpress.Xpf.PivotGrid.v14.2.dll
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
field |
String | A string that identifies the name of the datasource field that will be assigned to the new Pivot |
area | Field |
A Field |
#Returns
Type | Description |
---|---|
Pivot |
The Pivot |
See Also