Back to Devexpress

cxDropDownEdit Unit

vcl-cxdropdownedit-6ed1c2c1.md

latest2.5 KB
Original Source

cxDropDownEdit Unit

This unit implements the base functionality of all editors that can display a drop-down window.

Classes

NameDescription
TcxComboBoxAn unbound combo box.
TcxComboBoxPropertiesStores combo box editor settings.
TcxCustomComboBoxThe base class for all editors that allow users to select options in a drop-down window.
TcxCustomComboBoxPropertiesThe base class for all classes that implement combo box editor settings.
TcxCustomDropDownEditThe base class for all editors that can display a drop-down window.
TcxCustomDropDownEditPropertiesStores drop-down editor settings.
TcxCustomEditPopupWindow
TcxCustomPopupEditServes as the base class for classes that implement editors hosting another control in their popup window.
TcxCustomPopupEditPropertiesStores pop-up editor settings.
TcxPopupEditRepresents a text editor that enables embedding another control in its popup window.
TcxPopupEditPropertiesStores pop-up editor settings.

Enums

NameDescription
TcxEditDropDownListStyleEnumerates user input modes for drop-down editors.

Constants

NameDescription
dxApplyFormTransparencyToPopupWindowsSpecifies if DevExpress dropdown/popup windows inherit the transparency settings applied to their parent forms.

Types

Name
TcxEditDrawItemEvent
TMeasureItemEvent

Remarks

The cxDropDownEdit unit also implements the following editors:

TcxComboBoxAn unbound combo box.TcxPopupEditRepresents a text editor that enables embedding another control in its popup window.