A newer version of this page is available.
Switch to the current version.
RepositoryItemGridLookUpEdit.AutoComplete Property
Gets or sets whether the automatic completion feature is enabled
Namespace: DevExpress.XtraEditors.Repository
Assembly: DevExpress.XtraGrid.v19.1.dll
Declaration
[DXCategory("Data")]
[DefaultValue(true)]
public bool AutoComplete { get; set; }
<DXCategory("Data")>
<DefaultValue(True)>
Public Property AutoComplete As Boolean
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 one of dropdown rows (see the inherited RepositoryItemLookUpEditBase.DisplayMember property).
See Also
Feedback