Skip to main content
A newer version of this page is available. .
Tag

ColumnBase.TotalSummaryText Property

Gets the text displayed within the summary panel‘s cell. This is a dependency property.

Namespace: DevExpress.Xpf.Grid

Assembly: DevExpress.Xpf.Grid.v19.2.Core.dll

Declaration

public string TotalSummaryText { get; }

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.

TotalSummary_TableView

The TotalSummaryText property allows you to obtain the summary text displayed within the current column.

See Also