Skip to main content
All docs
V25.1
  • PivotGridFieldCollection.AddDataSourceColumn(String, PivotArea, PivotGroupInterval) Method

    Namespace: DevExpress.Web.ASPxPivotGrid

    Assembly: DevExpress.Web.ASPxPivotGrid.v25.1.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