StorageBindedImageComboBoxEdit Class
Represents a base class for the controls used to select items contained in the scheduler storage.
Namespace: DevExpress.XtraScheduler.UI
Assembly: DevExpress.XtraScheduler.v24.1.dll
NuGet Package: DevExpress.Win.Scheduler
Declaration
[ComVisible(false)]
public abstract class StorageBindedImageComboBoxEdit :
ImageComboBoxEdit
Remarks
Use this class to implement combo box editors for appointments and resources contained in the SchedulerStorage control.
Implements
Inheritance
Object
MarshalByRefObject
Component
Control
DevExpress.XtraEditors.XtraControl
ControlBase
BaseControl
BaseEdit
TextEdit
ButtonEdit
PopupBaseEdit
PopupBaseAutoSearchEdit
ComboBoxEdit
ImageComboBoxEdit
StorageBindedImageComboBoxEdit
See Also