Skip to main content

BaseLayoutItem.IsDisposing Property

Gets whether the current item is being disposed of.

Namespace: DevExpress.XtraLayout

Assembly: DevExpress.XtraLayout.v24.1.dll

NuGet Package: 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