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

TreeList.TreeListDisposing Property

Gets a value indicating whether the current TreeList control is being unloaded from memory.

Namespace: DevExpress.XtraTreeList

Assembly: DevExpress.XtraTreeList.v21.2.dll

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

Declaration

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

Property Value

Type Description
Boolean

true if the TreeList control is being unloaded from memory; otherwise, false.

See Also