Back to Devexpress

DiagramItem.IsDisposed Property

windowsforms-devexpress-dot-xtradiagram-dot-diagramitem-d3615ff4.md

latest1.1 KB
Original Source

DiagramItem.IsDisposed Property

Gets whether the current diagram item is disposed.

Namespace : DevExpress.XtraDiagram

Assembly : DevExpress.XtraDiagram.v25.2.dll

NuGet Package : DevExpress.Win.Diagram

Declaration

csharp
[Browsable(false)]
public bool IsDisposed { get; }
vb
<Browsable(False)>
Public ReadOnly Property IsDisposed As Boolean

Property Value

TypeDescription
Boolean

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

|

See Also

DiagramItem Class

DiagramItem Members

DevExpress.XtraDiagram Namespace