Back to Devexpress

LookUpEditAutoSuggestEventArgs.ClearSuggestions Property

windowsforms-devexpress-dot-xtraeditors-dot-controls-dot-lookupeditautosuggesteventargs-733f6eea.md

latest1.4 KB
Original Source

LookUpEditAutoSuggestEventArgs.ClearSuggestions Property

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

Namespace : DevExpress.XtraEditors.Controls

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public bool ClearSuggestions { get; set; }
vb
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
Public Property ClearSuggestions As Boolean

Property Value

TypeDescription
Boolean

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

|

See Also

LookUpEditAutoSuggestEventArgs Class

LookUpEditAutoSuggestEventArgs Members

DevExpress.XtraEditors.Controls Namespace