Back to Devexpress

BaseLayoutItem.IsDisposing Property

windowsforms-devexpress-dot-xtralayout-dot-baselayoutitem-8b714c18.md

latest1.1 KB
Original Source

BaseLayoutItem.IsDisposing Property

Gets whether the current item is being disposed of.

Namespace : DevExpress.XtraLayout

Assembly : DevExpress.XtraLayout.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

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

Property Value

TypeDescription
Boolean

true if the current item is being disposed of; otherwise, false.

|

See Also

BaseLayoutItem Class

BaseLayoutItem Members

DevExpress.XtraLayout Namespace