Skip to main content

GridTotalSummaryData.Caption Property

Gets the summary caption.

Namespace: DevExpress.UI.Xaml.Grid

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

NuGet Package: DevExpress.Uwp.Controls

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