Skip to main content
A newer version of this page is available. .

DataViewBase.PrintTotalSummary Property

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

Namespace: DevExpress.Xpf.Grid

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

Declaration

public bool PrintTotalSummary { get; set; }

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.

See Also