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

BaseObject.IsDisposing Property

Gets whether the form is currently being disposed of.

Namespace: DevExpress.XtraGauges.Core.Base

Assembly: DevExpress.XtraGauges.v18.2.Core.dll

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