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

DataViewBase.PrintTotalSummary Property

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

Namespace: DevExpress.Xpf.Grid

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Grid.Core, DevExpress.Wpf.Grid.Core

Declaration

public bool PrintTotalSummary { get; set; }

Property Value

Type Default Description
Boolean true

true to print the Summary Panel; otherwise, false.

Remarks

To print the Summary Panel, make sure that the DataViewBase.ShowTotalSummary property is set to true.

Refer to the following topics for more information on how to print data:

See Also