Back to Devexpress

TcxShellComboBoxProperties Class

vcl-cxshellcombobox-5b8d9c96.md

latest2.3 KB
Original Source

TcxShellComboBoxProperties Class

Contains settings specific to shell combo box editors.

Declaration

delphi
TcxShellComboBoxProperties = class(
    TcxCustomShellComboBoxProperties
)

Remarks

This class represents the set of attributes specific to shell combo box editors. These settings can be accessed via the Properties member of an editor. To control any changes made to the combo box editor’s DisplayFormat, EditFormat, MaxLength, MaxValue, MinValue and ReadOnly properties and reverse their values back to the default ones, use the AssignedValues property.

The properties of a shell combo box editor specify: starting folder options, the possibility of implementing incremental search, the manner in which the path to the current shell item is stored, the display options and shell combo box dropdown options.

Inheritance

Show 11 items

TObject TPersistent TInterfacedPersistent TcxInterfacedPersistent TcxCustomEditProperties TcxCustomTextEditProperties TcxCustomMaskEditProperties TcxCustomDropDownEditProperties TcxCustomPopupEditProperties TcxCustomShellComboBoxProperties TcxShellComboBoxProperties

See Also

TcxShellComboBoxProperties Members

cxShellComboBox Unit