Skip to main content

GridTotalSummaryItem.Caption Property

Gets or sets the caption of the summary item.

Namespace: DevExpress.WinUI.Grid

Assembly: DevExpress.WinUI.Grid.v23.2.dll

NuGet Package: DevExpress.WinUI

#Declaration

[DP("", Handler = "OnSummaryChanged")]
public string Caption { get; set; }

#Property Value

Type Description
String

The caption of the summary item.

#Remarks

The caption is displayed above the summary value. If the Caption property is not specified, the caption shows the summary type:

Total Summary caption

See Also