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

AppointmentDependencyDataStorage.Storage Property

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v18.2.dll

Declaration

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

Property Value

Type Description
SchedulerDataStorage

The SchedulerDataStorage that owns this AppointmentDependencyDataStorage.

See Also