Skip to main content

RepositoryItemMRUEdit.AutoComplete Property

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

Namespace: DevExpress.XtraEditors.Repository

Assembly: DevExpress.XtraEditors.v24.1.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
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