Skip to main content
All docs
V23.2

PivotGridFieldCollection.AddDataSourceColumn(String, PivotArea, PivotGroupInterval) Method

Namespace: DevExpress.Web.ASPxPivotGrid

Assembly: DevExpress.Web.ASPxPivotGrid.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

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

Parameters

Name Type
columnName String
area PivotArea
groupInterval PivotGroupInterval

Returns

Type
PivotGridField
See Also