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

AppointmentStatus.Empty Property

Obtains a special empty appointment status, which is a status of undefined type.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v18.2.dll

Declaration

public static AppointmentStatus Empty { get; }

Property Value

Type Description
AppointmentStatus

An AppointmentStatus with undefined characteristics.

Remarks

An empty appointment status is returned by the AppointmentStatusCollection.GetByType method if a status of the specified type is not found within the collection.

See Also