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

TreeListOptionsPrint.PrintRowFooterSummary Property

Gets or sets whether group footers are printed.

Namespace: DevExpress.XtraTreeList

Assembly: DevExpress.XtraTreeList.v19.2.dll

Declaration

[DefaultValue(false)]
[XtraSerializableProperty]
public virtual bool PrintRowFooterSummary { get; set; }

Property Value

Type Default Description
Boolean **false**

true to print group footers; otherwise, false.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to PrintRowFooterSummary
WinForms Controls GanttControl
.OptionsPrint.PrintRowFooterSummary
ResourcesTree
.OptionsPrint.PrintRowFooterSummary
TreeList
.OptionsPrint.PrintRowFooterSummary
Reporting XRDesignFieldList
.OptionsPrint.PrintRowFooterSummary
XRDesignReportExplorer
.OptionsPrint.PrintRowFooterSummary
See Also