Skip to main content

TdxCustomBreadcrumbEdit.SelectedPath Property

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

Declaration

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