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

TdxShellBreadcrumbEdit Class

A Shell Breadcrumb control.

#Declaration

Delphi
TdxShellBreadcrumbEdit = class(
    TdxCustomShellBreadcrumbEdit
)

#Remarks

The Shell Breadcrumb control is a Breadcrumb control designed to display the content of Windows Shell. The Shell Breadcrumb control can synchronize its content with other DevExpress shell controls, allowing you to build fully-functional shell dialogs in your applications.

Shell Breadcrumb Control Example

You can associate the Shell Breadcrumb control with the following shell controls:

TcxShellComboBox
A Shell Combo Box editor.
TdxShellListView
A Shell List View control.
TdxShellTreeView
A Shell Tree View control.

The TdxShellBreadcrumbEdit class does not introduce any new public members; it only publishes properties, methods, and events declared in ancestor classes. Refer to the TdxCustomShellBreadcrumbEdit class description for detailed information on available API members.

See Also