Skip to main content
A newer version of this page is available. .

AppointmentItem.IsDisposed Property

Gets whether the current object has been disposed of.

Namespace: DevExpress.Xpf.Scheduling

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

Declaration

public bool IsDisposed { get; }

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