Skip to main content
A newer version of this page is available. .

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

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.

See Also