Skip to main content
.NET 6.0+

TreeListEditor.IsFooterVisible Property

Specifies whether the TreeListEditor‘s footer is visible.

Namespace: DevExpress.ExpressApp.TreeListEditors.Win

Assembly: DevExpress.ExpressApp.TreeListEditors.Win.v23.2.dll

Declaration

public bool IsFooterVisible { get; set; }

Property Value

Type Description
Boolean

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

See Also