PivotGridGroup.ToString() Method
Returns the group’s display text.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.PivotGrid.v24.1.Core.dll
NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation
Declaration
Returns
Type | Description |
---|---|
String | A string which represents the group’s display text. |
Remarks
The ToString method returns the actual text displayed within the group header. To specify a custom display caption for a group use its PivotGridGroup.Caption property.
See Also