Skip to main content

PivotGridGroup.ToString() Method

Returns the group’s display text.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.PivotGrid.v24.2.Core.dll

NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation

#Declaration

public override string ToString()

#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