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

TdxShellBreadcrumbEditPathEditorProperties Class

Stores path editor settings.

#Declaration

Delphi
TdxShellBreadcrumbEditPathEditorProperties = class(
    TdxBreadcrumbEditPathEditorProperties
)

#Remarks

The TdxShellBreadcrumbEditPathEditorProperties class members allow you to do the following:

  • Specify if the shell breadcrumb control is enabled (Enabled).
  • Enable read-only mode (ReadOnly).
  • Specify a custom path delimiter (PathDelimiter).
  • Disable (or enable) the recent paths functionality (RecentPathsEnabled).
  • Access the collection of recent paths (RecentPaths).
  • Limit the number of simultaneously displayed recent paths (RecentPathsDropDownRows).
  • Disable (or enable) the path autocomplete functionality (AutoComplete).
  • Load recent paths from the system registry (UseSystemRecentPaths).

A shell breadcrumb control’s Properties.PathEditor property references a TdxShellBreadcrumbEditPathEditorProperties object.

See Also