Skip to main content
A newer version of this page is available. .

RepositoryItemTreeListLookUpEdit.AutoComplete Property

Gets or sets whether the automatic completion feature is enabled.

Namespace: DevExpress.XtraEditors.Repository

Assembly: DevExpress.XtraTreeList.v18.2.dll

Declaration

[DXCategory("Data")]
[DefaultValue(true)]
public bool AutoComplete { get; set; }

Property Value

Type Default Description
Boolean **true**

true, if the automatic completion feature is enabled; otherwise, false.

Remarks

In auto completion mode, the text in the edit box is automatically completed if it matches a DisplayMember field value of a dropdown row (see the inherited RepositoryItemLookUpEditBase.DisplayMember property).

See Also