Back to Devexpress

RepositoryItemGridLookUpEdit.AutoComplete Property

windowsforms-devexpress-dot-xtraeditors-dot-repository-dot-repositoryitemgridlookupedit-9b69de08.md

latest2.2 KB
Original Source

RepositoryItemGridLookUpEdit.AutoComplete Property

Gets or sets whether the editor predicts the value that the user is typing and automatically applies that value. This property is obsolete, use SearchMode instead.

Namespace : DevExpress.XtraEditors.Repository

Assembly : DevExpress.XtraGrid.v25.2.dll

NuGet Packages : DevExpress.Win.Grid, DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public bool AutoComplete { get; set; }
vb
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
Public Property AutoComplete As Boolean

Property Value

TypeDefaultDescription
Booleantrue

true if the editor predicts the value that the user is typing and automatically applies that value; otherwise, false.

|

Remarks

Set the SearchMode property to AutoComplete to enable the Autocomplete feature.

See Also

DisplayMember

PopupFilterMode

RepositoryItemGridLookUpEdit Class

RepositoryItemGridLookUpEdit Members

DevExpress.XtraEditors.Repository Namespace