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

    Namespace: DevExpress.XtraPivotGrid

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