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

TdxBreadcrumbEditRecentPaths Class

A collection of the recently used paths.

#Declaration

Delphi
TdxBreadcrumbEditRecentPaths = class(
    TOwnedCollection
)

#Remarks

This collection is designed to assist end-users to quickly select one of the paths they used (entered) to navigate to specific nodes. Each collection element contains the path and optionally, the image associated with the corresponding node.

The collection is visualized in the breadcrumb control’s dropdown window, which can be invoked by clicking the dropdown button. The most recently used path always resides at the top of the window.

The TdxBreadcrumbEditRecentPaths object is referenced by the breadcrumb control’s Properties.PathEditor.RecentPaths property. The breadcrumb control provides a set of properties that allow you to control the appearance and behavior of the dropdown window.

#Inheritance

See Also