Skip to main content
All docs
V24.2

PivotGridFieldCollectionBase.AddDataSourceColumn(String, PivotArea, PivotGroupInterval) Method

Namespace: DevExpress.XtraPivotGrid

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

Declaration

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

Parameters

Name Type
columnName String
area PivotArea
groupInterval PivotGroupInterval

Returns

Type
PivotGridFieldBase
See Also