Skip to main content

SummaryItemBase.Caption Property

Gets or sets the caption of the summary item.

Namespace: DevExpress.UI.Xaml.Grid

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

NuGet Package: DevExpress.Uwp.Controls

#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