Back to Devexpress

FloatForm.IsDisposing Property

windowsforms-devexpress-dot-xtrabars-dot-docking-dot-floatform-cea89ad9.md

latest1.1 KB
Original Source

FloatForm.IsDisposing Property

Gets whether the form is currently being disposed of.

Namespace : DevExpress.XtraBars.Docking

Assembly : DevExpress.XtraBars.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 form is currently being disposed of; otherwise, false.

|

See Also

FloatForm Class

FloatForm Members

DevExpress.XtraBars.Docking Namespace