Skip to main content

DataSourceColumnBinding(String, PivotGroupInterval, Int32) Constructor

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

Namespace: DevExpress.Web.ASPxPivotGrid

Assembly: DevExpress.Web.ASPxPivotGrid.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public DataSourceColumnBinding(
    string columnName,
    PivotGroupInterval groupInterval,
    int groupIntervalNumericRange
)

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.

groupIntervalNumericRange Int32

The length of group intervals.

See Also