DataViewBase.ShowTotalSummary Property
In This Article
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
#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.
To learn more, see Data Summaries Overview.
See Also