GridTotalSummaryItem.Caption Property
In This Article
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
#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:
See Also