PivotGridGroup.Caption Property
Gets or sets the group’s caption.
Namespace: DevExpress.Xpf.PivotGrid
Assembly: DevExpress.Xpf.PivotGrid.v24.1.dll
NuGet Package: DevExpress.Wpf.PivotGrid
Declaration
Property Value
Type | Description |
---|---|
String | A string value which specifies the group’s caption. |
Remarks
When the group is hidden, its header is displayed within the field list. The Caption property specifies the text displayed within the header of a hidden group.
If the Caption property isn’t specified, the captions of field headers contained within the group are displayed.
To learn more, see Field Groups.
See Also