Skip to main content

PivotGridGroup.DisplayText Attached Property

Gets the display text of the group header.

Namespace: DevExpress.Xpf.PivotGrid

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

NuGet Package: DevExpress.Wpf.PivotGrid

Declaration

Returns

Type Description
String

A string representing the text displayed within the group header.

Remarks

The DisplayText property returns the group’s caption, if the PivotGridGroup.Caption property is set. Otherwise, it returns the captions of field headers contained within the group.

See Also