Skip to main content
All docs
V25.2
  • DataSourceColumnBinding(String, PivotGroupInterval) Constructor

    Initializes a new instance of the DataSourceColumnBinding class with specified settings.

    Namespace: DevExpress.XtraPivotGrid

    Assembly: DevExpress.XtraPivotGrid.v25.2.dll

    NuGet Package: DevExpress.Win.PivotGrid

    Declaration

    public DataSourceColumnBinding(
        string columnName,
        PivotGroupInterval groupInterval
    )

    Parameters

    Name Type Description
    columnName String

    The data source column name.

    groupInterval PivotGroupInterval

    A PivotGroupInterval enumeration that specifies how the values are combined into groups.

    See Also