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

TcxDBShellComboBox Class

Represents the data-aware version of the shell combo box control.

#Declaration

Delphi
TcxDBShellComboBox = class(
    TcxCustomShellComboBox
)

#Remarks

The TcxDBShellComboBox class represents the data-aware shell combo box control. The shell combo box editors are capable of browsing the system Shell. The required shell item can be located both by typing the path to an item within the edit region and by invoking the editor’s dropdown, representing the folders tree:

Various settings specific to shell combo box editors can be accessed via the Properties member.

The dataset field bound to the cxDBShellComboBox must contain string values. These values represent the paths to the shell items.

See Also