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

TdxShellBreadcrumbEditProperties.PathEditor Property

Provides access to path editor settings.

#Declaration

Delphi
property PathEditor: TdxShellBreadcrumbEditPathEditorProperties read; write;

#Property Value

Type Description
TdxShellBreadcrumbEditPathEditorProperties

Stores path editor settings.

#Remarks

Use the PathEditor.RecentPaths property to manage the shell breadcrumb control’s recent path collection. Refer to the TdxShellBreadcrumbEditPathEditorProperties class description for information on available options.

Note

The shell breadcrumb control can work with both absolute and relative paths, such as Libraries\Documents, Downloads, etc.

See Also