Skip to main content

DataViewBase.ShowTotalSummary Property

Gets or sets whether the Summary Panel is displayed. This is a dependency property.

Namespace: DevExpress.Xpf.Grid

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

#Declaration

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

#Property Value

Type Description
Boolean

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

#Remarks

Table and TreeList Views display the summary panel at the bottom.

SummaryPanel

To learn more, see Data Summaries Overview.

See Also