Back to Devexpress

AppointmentItem.IsDisposed Property

wpf-devexpress-dot-xpf-dot-scheduling-dot-appointmentitem-d77ac670.md

latest1.2 KB
Original Source

AppointmentItem.IsDisposed Property

Gets whether the current object has been disposed of.

Namespace : DevExpress.Xpf.Scheduling

Assembly : DevExpress.Xpf.Scheduling.v25.2.dll

NuGet Package : DevExpress.Wpf.Scheduling

Declaration

csharp
public bool IsDisposed { get; }
vb
Public ReadOnly Property IsDisposed As Boolean

Property Value

TypeDescription
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

AppointmentItem Class

AppointmentItem Members

DevExpress.Xpf.Scheduling Namespace