Gets a value indicating whether an Action has been disposed of.
Namespace: DevExpress.ExpressApp.Actions
Assembly: DevExpress.ExpressApp.v18.2.dll
[Browsable(false)]
public bool IsDisposed { get; }
<Browsable(False)>
Public ReadOnly Property IsDisposed As Boolean
Type | Description |
---|---|
Boolean | true if the current Action has been disposed of; otherwise, false. |
This property is intended for internal use only, normally you will not need to use it.