vcl-dxbreadcrumbedit-3f16a2c1.md
Contains settings of the breadcrumb path editor.
TdxBreadcrumbEditPathEditorProperties = class(
TdxBreadcrumbEditCustomPropertiesPersistent
)
This object contains settings that specify the end-user availability, functionality, and behavior of the breadcrumb path editor. With these settings, you can do the following:
Control the runtime availability of the breadcrumb path editor and the end-user capability to edit the paths manually (Enabled and ReadOnly);
Enable an automatic completion that helps end-users select a node by typing its path (AutoComplete and AutoCompleteDropDownRows);
Specify a custom path delimiter (PathDelimiter);
Enable the most recently used functionality for node paths and adjust it as required (RecentPaths, RecentPathsAutoPopulate, RecentPathsDropDownRows, and RecentPathsEnabled).
The TdxBreadcrumbEditPathEditorProperties object is referenced by the breadcrumb’s Properties.PathEditor property.
TObject TPersistent TcxOwnedPersistent TdxBreadcrumbEditCustomPropertiesPersistent TdxBreadcrumbEditPathEditorProperties
See Also