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

SchedulerDataStorage.Statuses Property

Gets a storage object that contains appointment statuses.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v19.1.dll

Declaration

public AppointmentStatusDataStorage Statuses { get; }

Property Value

Type Description
AppointmentStatusDataStorage

A AppointmentStatusDataStorage object that stores appointment statuses.

See Also