DataSourceColumnBinding(String, PivotGroupInterval) Constructor
Initializes a new instance of the DataSourceColumnBinding class with specified settings.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.XtraPivotGrid.v25.2.dll
NuGet Package: DevExpress.Win.PivotGrid
Declaration
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