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