Skip to main content
A newer version of this page is available. .

DataSourceColumnBinding(String, PivotGroupInterval) Constructor

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

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.XtraPivotGrid.v19.2.dll

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