Skip to main content

DataControlBase.ShowTotalSummary Property

Gets or sets whether to display the total summary panel.

Namespace: DevExpress.UI.Xaml.Grid

Assembly: DevExpress.UI.Xaml.Grid.v21.2.dll

NuGet Package: DevExpress.Uwp.Controls

Declaration

[XtraSerializableProperty]
public bool ShowTotalSummary { get; set; }

Property Value

Type Description
Boolean

true, to show the summary panel within the grid; otherwise, false.

Remarks

A total summary represents the value of an aggregate function calculated over all data rows displayed within the grid. Total summaries are displayed within the Summary Panel or Fixed Summary Panel, provided that the DataControlBase.ShowTotalSummary and DataControlBase.ShowFixedTotalSummary options are enabled, respectively. Summaries displayed within the Fixed Summary Panel are not horizontally scrolled. They are always visible onscreen, regardless of the corresponding column’s position and visibility.

To learn more, see Total Summary.

See Also