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

TreeListOptionsView.ShowSummaryFooter Property

Gets or sets whether the summary footer is displayed.

Namespace: DevExpress.XtraTreeList

Assembly: DevExpress.XtraTreeList.v18.2.dll

Declaration

[DXCategory("Summary")]
[DefaultValue(false)]
[XtraSerializableProperty]
public virtual bool ShowSummaryFooter { get; set; }

Property Value

Type Default Description
Boolean **false**

true to display the summary footer; otherwise, false.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to ShowSummaryFooter
WinForms Controls ResourcesTree
.OptionsView.ShowSummaryFooter
TreeList
.OptionsView.ShowSummaryFooter
Reporting XRDesignFieldList
.OptionsView.ShowSummaryFooter
XRDesignReportExplorer
.OptionsView.ShowSummaryFooter
See Also