Back to Devexpress

TreeListOptionsView.ShowRowFooterSummary Property

windowsforms-devexpress-dot-xtratreelist-dot-treelistoptionsview-ce492d49.md

latest2.4 KB
Original Source

TreeListOptionsView.ShowRowFooterSummary Property

Gets or sets whether group footers are displayed.

Namespace : DevExpress.XtraTreeList

Assembly : DevExpress.XtraTreeList.v25.2.dll

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

Declaration

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

Property Value

TypeDefaultDescription
Booleanfalse

true , to display group footers; otherwise, false.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to ShowRowFooterSummary
TreeList

.OptionsView .ShowRowFooterSummary

|

Remarks

Note

Group footers are forcibly hidden in ‘Matches’ filter mode (see TreeListOptionsFilter.FilterMode).

See Also

ShowSummaryFooter

RowFooterSummary

RowFooterSummaryStrFormat

TreeListOptionsView Class

TreeListOptionsView Members

DevExpress.XtraTreeList Namespace