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

BaseLayoutItem.IsDisposing Property

Gets whether the current item is being disposed of.

Namespace: DevExpress.XtraLayout

Assembly: DevExpress.XtraLayout.v21.2.dll

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

Declaration

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

Property Value

Type Description
Boolean

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

See Also