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