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

PivotGridGroup.ToString() Method

Returns the textual representation of the current object.

Namespace: DevExpress.Xpf.PivotGrid

Assembly: DevExpress.Xpf.PivotGrid.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.PivotGrid, DevExpress.Wpf.PivotGrid

Declaration

public override string ToString()

Returns

Type Description
String

A String that specifies the textual representation of the current object.

Remarks

The ToString method returns text displayed within the group header (the PivotGridGroup.DisplayText property value).

See Also