Back to Devexpress

StorageBindedImageComboBoxEdit.Storage Property

windowsforms-devexpress-dot-xtrascheduler-dot-ui-dot-storagebindedimagecomboboxedit.md

latest1.6 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Win.Scheduler

Declaration

csharp
[DefaultValue(null)]
public SchedulerStorage Storage { get; set; }
vb
<DefaultValue(Nothing)>
Public Property Storage As SchedulerStorage

Property Value

TypeDefaultDescription
SchedulerStoragenull

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

StorageBindedImageComboBoxEdit Class

StorageBindedImageComboBoxEdit Members

DevExpress.XtraScheduler.UI Namespace