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

StorageBindedImageComboBoxEdit.Storage Property

Gets or sets the SchedulerStorage object that contains appointments and resources to fill an editor.

Namespace: DevExpress.XtraScheduler.UI

Assembly: DevExpress.XtraScheduler.v18.2.dll

Declaration

[DefaultValue(null)]
public SchedulerStorage Storage { get; set; }

Property Value

Type Default Description
SchedulerStorage *null*

A SchedulerStorage object representing a storage for the Scheduler control.

Remarks

This property is set automatically when descendant controls are dropped onto a form containing the SchedulerStorage component.

See Also