TdxBreadcrumbEditPathEditorProperties.AutoCompleteDropDownRows Property
In This Article
Specifies the maximum number of allowed suggestions in the path editor’s dropdown window.
#Declaration
Delphi
property AutoCompleteDropDownRows: Integer read; write; default dxBreadcrumbEditDefaultAutoCompleteDropDownRows;
#Property Value
Type | Default |
---|---|
Integer | dx |
#Remarks
The AutoCompleteDropDownRows property is in effect if the AutoComplete property is True.
The default value of the AutoCompleteDropDownRows property is dxBreadcrumbEditDefaultAutoCompleteDropDownRows.
See Also