TableView.PrintTotalSummary Property
In This Article
Gets or sets whether the Summary Panel is printed.
Namespace: DevExpress.Xpf.Grid
Assembly: DevExpress.Xpf.Grid.v14.2.dll
#Declaration
#Property Value
Type | Description |
---|---|
Boolean | true to print the Summary Panel; otherwise, false. The default is true. |
#Remarks
If the PrintTotalSummary property is set to true, but the Summary Panel isn't actually displayed within a View (the DataViewBase.ShowTotalSummary property is set to false), the Summary Panel isn't printed.
To learn more, see Printing and Exporting.
#Implements
DevExpress.Xpf.Grid.ITableView.PrintTotalSummary
See Also