Skip to main content

TdxShellBreadcrumbEditProperties.PathEditor Property

Provides access to path editor settings.

Declaration

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