TdxBreadcrumbEditPathEditorProperties Class
Contains settings of the breadcrumb path editor.
Declaration
TdxBreadcrumbEditPathEditorProperties = class(
TdxBreadcrumbEditCustomPropertiesPersistent
)
Remarks
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.