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

DataSourceColumnBindingBase(String, PivotGroupInterval) Constructor

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

Namespace: DevExpress.PivotGrid.DataBinding

Assembly: DevExpress.PivotGrid.v19.2.Core.dll

Declaration

public DataSourceColumnBindingBase(
    string fieldName,
    PivotGroupInterval groupInterval
)

Parameters

Name Type Description
fieldName String

The data source column name.

groupInterval PivotGroupInterval

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

See Also