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

SummaryItemBase.Caption Property

Gets or sets the caption of the summary item.

Namespace: DevExpress.UI.Xaml.Grid

Assembly: DevExpress.UI.Xaml.Grid.v18.2.dll

Declaration

[XtraSerializableProperty]
public string Caption { get; set; }

Property Value

Type Description
String

A string value which specifies the caption.

Remarks

The caption is displayed above the summary value. If the Caption property isn’t specified, the caption shows the summary type.

Total Summary caption

Note

To specify the presentation of a summary value, use the SummaryItemBase.DisplayFormat property.

See Also