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

TreeList.CanShowRowFooterSummary Property

Gets whether group footers are allowed to be displayed.

Namespace: DevExpress.XtraTreeList

Assembly: DevExpress.XtraTreeList.v19.2.dll

Declaration

[Browsable(false)]
public bool CanShowRowFooterSummary { get; }

Property Value

Type Description
Boolean

true, if group footers are allowed to be displayed; otherwise, false.

See Also