Back to Devexpress

TreeList.TreeListDisposing Property

windowsforms-devexpress-dot-xtratreelist-dot-treelist-e7c2383e.md

latest1.4 KB
Original Source

TreeList.TreeListDisposing Property

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

Namespace : DevExpress.XtraTreeList

Assembly : DevExpress.XtraTreeList.v25.2.dll

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

Declaration

csharp
[Browsable(false)]
public virtual bool TreeListDisposing { get; }
vb
<Browsable(False)>
Public Overridable ReadOnly Property TreeListDisposing As Boolean

Property Value

TypeDescription
Boolean

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

|

See Also

TreeList Class

TreeList Members

DevExpress.XtraTreeList Namespace