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.v24.1.dll
NuGet Package: DevExpress.Win.Scheduler
Declaration
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