Skip to main content

LookUpEditBase.AutoComplete Property

Gets or sets whether the automatic completion is enabled. This is a dependency property.

Namespace: DevExpress.Xpf.Editors

Assembly: DevExpress.Xpf.Core.v14.2.dll

#Declaration

public bool AutoComplete { get; set; }

#Property Value

Type Description
Boolean

true to enabled automatic completion; otherwise, false.

#Remarks

If the AutoComplete property is set to true, the text typed by an end-user within the edit box is automatically completed, if it matches a value displayed within the dropdown.

See Also