Skip to main content
All docs
V23.2

PivotGridFieldCollectionBase.AddDataSourceColumn(String, PivotArea, PivotGroupInterval) Method

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.PivotGrid.v23.2.Core.dll

NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation

Declaration

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

Parameters

Name Type
columnName String
area PivotArea
groupInterval PivotGroupInterval

Returns

Type
PivotGridFieldBase
See Also