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

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.v18.2.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

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.

grid_totalsummary

See Also