Back to Devexpress

IAppointmentStorageBase.Statuses Property

corelibraries-devexpress-dot-xtrascheduler-dot-iappointmentstoragebase-977ceaaf.md

latest1.6 KB
Original Source

IAppointmentStorageBase.Statuses Property

Provides access to the storage containing appointment status objects.

Namespace : DevExpress.XtraScheduler

Assembly : DevExpress.XtraScheduler.v25.2.Core.dll

NuGet Package : DevExpress.Scheduler.Core

Declaration

csharp
IAppointmentStatusStorage Statuses { get; }
vb
ReadOnly Property Statuses As IAppointmentStatusStorage

Property Value

TypeDescription
IAppointmentStatusStorage

An IAppointmentStatusStorage object that is the storage for appointment statuses.

|

Remarks

Use the Statuses property to get access to the label collection when it is necessary to modify existing stauses or create new custom statuses.

See Also

Labels and Statuses

IAppointmentStorageBase Interface

IAppointmentStorageBase Members

DevExpress.XtraScheduler Namespace