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

AppointmentDependencyDataStorage.Storage Property

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v21.1.dll

NuGet Packages: DevExpress.Win.Design, DevExpress.Win.Scheduler

Declaration

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

Property Value

Type Description
SchedulerDataStorage

The SchedulerDataStorage that owns this AppointmentDependencyDataStorage.

See Also