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

PivotGridGroup.Caption Property

Gets or sets the group’s caption.

Namespace: DevExpress.XtraPivotGrid

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

Declaration

[DefaultValue("")]
[XtraSerializableProperty]
public string Caption { get; set; }

Property Value

Type Default Description
String String.Empty

A string value which specifies the group’s caption.

Remarks

When the group is hidden, its header is displayed within the customization form. The Caption property specifies the text which is displayed within the header of a hidden group.

PivotGridGroup-Caption1

If the Caption property isn’t specified, the captions of field headers contained within the group are displayed.

PivotGridGroup-Caption2

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the Caption property.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also