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

TdxBreadcrumbEditPathEditorProperties.AutoComplete Property

Specifies whether automatic completion is enabled.

#Declaration

Delphi
property AutoComplete: Boolean read; write; default True;

#Property Value

Type Default
Boolean True

#Remarks

The automatic completion feature assists end-users in typing node paths within the path editor. In response to a keystroke, the path editor lists suggestions for the typed string in a dropdown window. Each suggestion is a full path that starts with this string. Depending on the user input, these paths may include node names and/or alternate names. Picking a suggestion from the list automatically adds it to the path editor as its new SelectPath property value.

Note that an end-user can omit typing the root node’s name to get suggestions for the root node’s immediate children.

If the AutoComplete property is True, the AutoCompleteDropDownRows property is used to control the maximum number of allowed suggestions in the automatic completion dropdown window.

The default value of the AutoComplete property is True.

See Also