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

FloatForm.IsDisposing Property

Gets whether the form is currently being disposed of.

Namespace: DevExpress.XtraBars.Docking

Assembly: DevExpress.XtraBars.v20.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

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

Property Value

Type Description
Boolean

true if the form is currently being disposed of; otherwise, false.

See Also