Skip to main content

SchedulerDataStorage.Statuses Property

Gets a storage object that contains appointment statuses.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v23.2.dll

NuGet Package: DevExpress.Win.Scheduler

Declaration

public AppointmentStatusDataStorage Statuses { get; }

Property Value

Type Description
AppointmentStatusDataStorage

A AppointmentStatusDataStorage object that stores appointment statuses.

See Also