Skip to main content
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.v14.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