Back to Devexpress

TcxCustomDropDownEditProperties Class

vcl-cxdropdownedit-f99b261a.md

latest9.9 KB
Original Source

TcxCustomDropDownEditProperties Class

Stores drop-down editor settings.

Declaration

delphi
TcxCustomDropDownEditProperties = class(
    TcxCustomMaskEditProperties
)

Remarks

The TcxCustomDropDownEditProperties class implements settings related to drop-down window functionality in all editors derived from the TcxCustomDropDownEdit class.

Main API Members

The list below outlines key members of the TcxCustomDropDownEditProperties class that allow you to configure a drop-down window and change editor behavior.

Direct TcxCustomDropDownEditProperties Class References

The following public API members reference a TcxCustomDropDownEditProperties object:

TcxCustomDropDownEdit.ActivePropertiesProvides access to active drop-down editor settings.TcxCustomDropDownEdit.PropertiesProvides access to drop-down editor settings.

Terminal TcxCustomDropDownEditProperties Class Descendants

TcxBlobEditPropertiesContains settings specific to BLOB editors.TcxCalcEditPropertiesRepresents settings specific to editors with dropdown calculators.TcxCheckComboBoxPropertiesProvides properties specific to check combo box controls.TcxColorComboBoxPropertiesStores color combo box settings.TcxComboBoxPropertiesStores combo box editor settings.TcxDateEditPropertiesRepresents properties specific to date editors.TcxExtLookupComboBoxPropertiesContains settings for ExtLookupEditors.TcxFontNameComboBoxPropertiesStores settings of a font name combo box editor (also called font picker).TcxImageComboBoxPropertiesStores image combo box editor settings.TcxLookupComboBoxPropertiesContains settings controlling the behavior of TcxLookupComboBox and TcxDBLookupComboBox editors.TcxMRUEditPropertiesContains settings specific to MRU editors.TcxPopupEditPropertiesStores pop-up editor settings.TcxShellComboBoxPropertiesContains settings specific to shell combo box editors.

Inheritance

TObject TPersistent TInterfacedPersistent TcxInterfacedPersistent TcxCustomEditProperties TcxCustomTextEditProperties TcxCustomMaskEditProperties TcxCustomDropDownEditProperties

See Also

TcxCustomPopupEditProperties Class

TcxCustomComboBoxProperties Class

TcxCustomDropDownEditProperties Members

cxDropDownEdit Unit