Share via


SearchSettingsDataSource.SearchPopupAutoDropdown Property

Definition

Determines whether the search popup is automatically shown when the user begins typing. This is only relevant for delayed and on-demand searches in the common search control. Default is true; the search popup is automatically shown.

public:
 property bool SearchPopupAutoDropdown { bool get(); void set(bool value); };
public:
 property bool SearchPopupAutoDropdown { bool get(); void set(bool value); };
public bool SearchPopupAutoDropdown { get; set; }
member this.SearchPopupAutoDropdown : bool with get, set
Public Property SearchPopupAutoDropdown As Boolean

Property Value

true if the popup is shown when the user begins typing.

Applies to