Skip to main content

TdxShellBreadcrumbEdit Class

A Shell Breadcrumb control.

Declaration

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