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

GridTotalSummaryData.Caption Property

Gets the summary caption.

Namespace: DevExpress.UI.Xaml.Grid

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

Declaration

public string Caption { get; }

Property Value

Type Description
String

A string specifying the summary caption.

Remarks

Use the Caption property to get the text displayed above the summary value.

Total Summary caption

See Also