Skip to main content
All docs
V25.1
  • 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.1.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