PivotGridFieldCollection.AddDataSourceColumn(String, FieldArea, FieldGroupInterval) Method
In This Article
Namespace: DevExpress.Xpf.PivotGrid
Assembly: DevExpress.Xpf.PivotGrid.v24.2.dll
NuGet Package: DevExpress.Wpf.PivotGrid
#Declaration
public PivotGridField AddDataSourceColumn(
string columnName,
FieldArea area,
FieldGroupInterval groupInterval
)
#Parameters
Name | Type |
---|---|
column |
String |
area | Field |
group |
Field |
#Returns
Type |
---|
Pivot |
See Also