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

RepositoryItemMRUEdit.AutoComplete Property

Gets or sets a value that specifies whether the auto completion feature is enabled.

Namespace: DevExpress.XtraEditors.Repository

Assembly: DevExpress.XtraEditors.v19.1.dll

Declaration

[Browsable(false)]
public override bool AutoComplete { get; set; }

Property Value

Type Description
Boolean

true if the auto completion is enabled; otherwise, false.

Remarks

This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.

See Also