SummaryItemBase.Caption Property
In This Article
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
#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.
Note
To specify the presentation of a summary value, use the Summary
See Also