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

TcxShellComboBox Class

A Shell Combo Box editor.

#Declaration

Delphi
TcxShellComboBox = class(
    TcxCustomShellComboBox
)

#Remarks

A Shell Combo Box editor combines the functionality of a Combo Box editor and a Shell Tree View control. The Shell Combo Box editor can display the Shell Tree View control in a drop-down window to allow users to browse Windows Shell. Alternatively, users can type the path to an item in the editor box. The Shell Combo Box editor can synchronize content with other DevExpress shell controls, allowing you to build fully-functional shell dialogs in your applications.

A Shell Combo Box

You can associate the Shell Combo Box editor with the following shell controls:

TdxShellBreadcrumbEdit
A Shell Breadcrumb control.
TdxShellListView
A Shell List View control.
TdxShellTreeView
A Shell Tree View control.

The TcxShellComboBox class does not introduce any new functionality. It only publishes inherited properties, methods, and events. Refer to the TcxCustomShellComboBox class description for detailed information on available public API members.

See Also