Skip to main content

DataSourceColumnBinding(String, PivotGroupInterval) Constructor

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

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.XtraPivotGrid.v23.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