ColumnBase.TotalSummaryText Property
Gets the text displayed within the summary panel’s cell. This is a dependency property.
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 that specifies the text displayed within the summary panel’s cell. |
Remarks
To show the Summary Panel, set the DataControlBase.ShowTotalSummary property to true. The TotalSummaryText property allows you to obtain the summary text displayed within the current column.
See Also