Skip to main content

LookUpEditAutoSuggestEventArgs.ClearSuggestions Property

Clears the editor drop-down menu, removing all items returned by the GetSuggestions task.

Namespace: DevExpress.XtraEditors.Controls

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public bool ClearSuggestions { get; set; }

Property Value

Type Description
Boolean

true, to remove drop-down menu items; otherwise, false.

See Also