Skip to main content

TreeList.TreeListDisposing Property

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

Namespace: DevExpress.XtraTreeList

Assembly: DevExpress.XtraTreeList.v23.2.dll

NuGet Packages: DevExpress.Win.Navigation, 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