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

LookUpEditAutoSuggestEventArgs.ClearSuggestions Property

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

Namespace: DevExpress.XtraEditors.Controls

Assembly: DevExpress.XtraEditors.v19.2.dll

Declaration

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

Property Value

Type Description
Boolean

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

See Also