PivotGridGroup(String) Constructor
Initializes a new instance of the PivotGridGroup class with the specified caption.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.PivotGrid.v22.2.Core.dll
NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Dashboard.Design
Declaration
Parameters
Name | Type | Description |
---|---|---|
caption | String | A String value that specifies the group’s caption. This value is assigned to the PivotGridGroup.Caption property. |
See Also