PivotGridGroup(String) Constructor
Initializes a new instance of the PivotGridGroup class with the specified caption.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.PivotGrid.v24.1.Core.dll
NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation
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