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

PivotGridFieldCollection.AddDataSourceColumn(String, PivotArea, PivotGroupInterval) Method

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.XtraPivotGrid.v22.1.dll

NuGet Package: DevExpress.Win.PivotGrid

Declaration

public PivotGridField AddDataSourceColumn(
    string columnName,
    PivotArea area,
    PivotGroupInterval groupInterval
)

Parameters

Name Type
columnName String
area PivotArea
groupInterval PivotGroupInterval

Returns

Type
PivotGridField
See Also