Skip to main content

DataSourceColumnBindingBase(String, PivotGroupInterval, Int32) Constructor

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

Namespace: DevExpress.PivotGrid.DataBinding

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

NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation

Declaration

public DataSourceColumnBindingBase(
    string fieldName,
    PivotGroupInterval groupInterval,
    int groupIntervalNumericRange
)

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.

groupIntervalNumericRange Int32

The length of group intervals.

See Also