Back to Devexpress

AppointmentStatus.Empty Property

windowsforms-devexpress-dot-xtrascheduler-dot-appointmentstatus-5a0c5912.md

latest1.5 KB
Original Source

AppointmentStatus.Empty Property

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

Namespace : DevExpress.XtraScheduler

Assembly : DevExpress.XtraScheduler.v25.2.dll

NuGet Package : DevExpress.Win.Scheduler

Declaration

csharp
[Browsable(false)]
public static AppointmentStatus Empty { get; }
vb
<Browsable(False)>
Public Shared ReadOnly Property Empty As AppointmentStatus

Property Value

TypeDescription
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

AppointmentStatus Class

AppointmentStatus Members

DevExpress.XtraScheduler Namespace