PivotGridGroup.Caption Property
Gets or sets the group’s caption.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.PivotGrid.v24.1.Core.dll
NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation
Declaration
[XtraSerializableProperty(XtraSerializationFlags.DefaultValue)]
public string Caption { get; set; }
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 customization form. The Caption property specifies the text which is 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.
See Also