Back to Devexpress

TreeListOptionsPrint.PrintRowFooterSummary Property

windowsforms-devexpress-dot-xtratreelist-dot-treelistoptionsprint-3a88fa68.md

latest1.8 KB
Original Source

TreeListOptionsPrint.PrintRowFooterSummary Property

Gets or sets whether group footers are printed.

Namespace : DevExpress.XtraTreeList

Assembly : DevExpress.XtraTreeList.v25.2.dll

NuGet Packages : DevExpress.Win.Navigation, DevExpress.Win.TreeList

Declaration

csharp
[DefaultValue(false)]
[XtraSerializableProperty]
public virtual bool PrintRowFooterSummary { get; set; }
vb
<DefaultValue(False)>
<XtraSerializableProperty>
Public Overridable Property PrintRowFooterSummary As Boolean

Property Value

TypeDefaultDescription
Booleanfalse

true to print group footers; otherwise, false.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to PrintRowFooterSummary
TreeList

.OptionsPrint .PrintRowFooterSummary

|

See Also

TreeListOptionsPrint Class

TreeListOptionsPrint Members

DevExpress.XtraTreeList Namespace