Gets whether the current object has been disposed of.
Namespace:DevExpress.XtraScheduler
Assembly:DevExpress.XtraScheduler.v19.2.Core.dll

Syntax
C# |
public bool IsDisposed { get; }
|
VB |
Public ReadOnly Property IsDisposed As Boolean
|
Property value
Type: Boolean
true if the current object has been disposed of; otherwise, false.

See Also