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

DiagramItem.IsDisposed Property

Gets whether the current diagram item is disposed.

Namespace: DevExpress.XtraDiagram

Assembly: DevExpress.XtraDiagram.v21.2.dll

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

Declaration

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

Property Value

Type Description
Boolean

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

See Also