ColumnBase.TotalSummaryText Property
In This Article
Gets the text displayed within the summary panel's cell. This is a dependency property.
Namespace: DevExpress.Xpf.Grid
Assembly: DevExpress.Xpf.Grid.v14.2.Core.dll
#Declaration
#Property Value
Type | Description |
---|---|
String | A String value that specifies the text displayed within the summary panel's cell. |
#Remarks
Total summaries are displayed within the Summary Panel, provided that the DataViewBase.ShowTotalSummary option is enabled.
The TotalSummaryText property allows you to obtain the summary text displayed within the current column.
See Also