Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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.

See Also