StorageBindedImageComboBoxEdit Class
In This Article
Represents a base class for the controls used to select items contained in the scheduler storage.
Namespace: DevExpress.XtraScheduler.UI
Assembly: DevExpress.XtraScheduler.v24.2.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
Show 15 items
Object
MarshalByRefObject
Component
Control
DevExpress.XtraEditors.XtraControl
ControlBase
BaseControl
BaseEdit
TextEdit
ButtonEdit
PopupBaseEdit
PopupBaseAutoSearchEdit
ComboBoxEdit
ImageComboBoxEdit
StorageBindedImageComboBoxEdit
See Also