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

AppointmentDataStorage.Storage Property

Returns the SchedulerDataStorage that owns this AppointmentDataStorage.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v19.1.dll

Declaration

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

Property Value

Type Description
SchedulerDataStorage

A SchedulerDataStorage object that owns this AppointmentDataStorage.

Remarks

To access the AppointmentDataStorage from its parent SchedulerDataStorage, use the SchedulerDataStorage.Appointments property.

See Also