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

TdxCustomBreadcrumbEdit.SelectedPath Property

Stores the path of a node currently selected in the breadcrumb control.

#Declaration

Delphi
property SelectedPath: string read; write;

#Property Value

Type
string

#Remarks

If the use of recently used paths is enabled, entering the path specified by the SelectedPath property automatically updates the RecentPaths collection in the following manner:

  • A collection element that references the selected path is moved to the top position;

  • A path that isn’t referenced by any collection element is added as a new element at the top position.

See Also