Back to Devexpress

StorageBindedImageComboBoxEdit Class

windowsforms-devexpress-dot-xtrascheduler-dot-ui-6cc8cc6f.md

latest2.3 KB
Original Source

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

NuGet Package : DevExpress.Win.Scheduler

Declaration

csharp
[ComVisible(false)]
public abstract class StorageBindedImageComboBoxEdit :
    ImageComboBoxEdit
vb
<ComVisible(False)>
Public MustInherit Class StorageBindedImageComboBoxEdit
    Inherits ImageComboBoxEdit

Remarks

Use this class to implement combo box editors for appointments and resources contained in the SchedulerStorage control.

Implements

IXtraResizableControl

Inheritance

Show 15 items

Object MarshalByRefObject Component Control DevExpress.XtraEditors.XtraControl ControlBase BaseControl BaseEdit TextEdit ButtonEdit PopupBaseEdit PopupBaseAutoSearchEdit ComboBoxEdit ImageComboBoxEdit StorageBindedImageComboBoxEdit

See Also

StorageBindedImageComboBoxEdit Members

DevExpress.XtraScheduler.UI Namespace