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

    Namespace: DevExpress.Xpf.PivotGrid

    Assembly: DevExpress.Xpf.PivotGrid.v25.1.dll

    NuGet Package: DevExpress.Wpf.PivotGrid

    Declaration

    public PivotGridField AddDataSourceColumn(
        string columnName,
        FieldArea area,
        FieldGroupInterval groupInterval
    )

    Parameters

    Name Type
    columnName String
    area FieldArea
    groupInterval FieldGroupInterval

    Returns

    Type
    PivotGridField
    See Also