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

TreeListEditor.IsFooterVisible Property

Specifies whether the TreeListEditor‘s footer is visible.

Namespace: DevExpress.ExpressApp.TreeListEditors.Win

Assembly: DevExpress.ExpressApp.TreeListEditors.Win.v19.1.dll

Declaration

public bool IsFooterVisible { get; set; }

Property Value

Type Description
Boolean

true, if the footer is visible; otherwise, false.

See Also