Skip to main content
A newer version of this page is available. .
All docs
V22.2

PivotGridFieldCollection.AddDataSourceColumn(String, FieldArea, FieldGroupInterval) Method

Namespace: DevExpress.Xpf.PivotGrid

Assembly: DevExpress.Xpf.PivotGrid.v22.2.dll

NuGet Package: DevExpress.Wpf.PivotGrid

Declaration

public PivotGridField AddDataSourceColumn(
    string columnName,
    FieldArea area,
    FieldGroupInterval groupInterval
)

Parameters

Name Type
columnName String
area FieldArea
groupInterval FieldGroupInterval

Returns

Type
PivotGridField
See Also