Skip to main content
A newer version of this page is available. .

PivotGridGroup.ToString() Method

Returns the group’s display text.

Namespace: DevExpress.XtraPivotGrid

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

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