AppointmentItem.IsDisposed Property
Gets whether the current object has been disposed of.
Namespace: DevExpress.Xpf.Scheduling
Assembly: DevExpress.Xpf.Scheduling.v24.1.dll
NuGet Package: DevExpress.Wpf.Scheduling
Declaration
Property Value
Type | Description |
---|---|
Boolean | True if the current object has been disposed of; otherwise, false. |
Remarks
This property is intended for internal use only, normally you don’t need to use it.
See Also