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

AppointmentStatusDataStorage.Storage Property

Returns the storage that owns this AppointmentStatusDataStorage object.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v19.1.dll

Declaration

[Browsable(false)]
public SchedulerDataStorage Storage { get; }

Property Value

Type Description
SchedulerDataStorage

A SchedulerDataStorage that owns this AppointmentStatusDataStorage object.

See Also