Skip to main content
All docs
V23.2

PivotGridFieldCollection.AddDataSourceColumn(String, FieldArea, FieldGroupInterval) Method

Namespace: DevExpress.Xpf.PivotGrid

Assembly: DevExpress.Xpf.PivotGrid.v23.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