windowsforms-devexpress-dot-xtraeditors-dot-repository-dot-repositoryitempopupbaseautosearchedit.md
Gets or sets whether the popup window is displayed immediately after an end-user has typed a character in the edit box.
Namespace : DevExpress.XtraEditors.Repository
Assembly : DevExpress.XtraEditors.v25.2.dll
NuGet Package : DevExpress.Win.Navigation
[DefaultValue(false)]
[DXCategory("Behavior")]
public virtual bool ImmediatePopup { get; set; }
<DXCategory("Behavior")>
<DefaultValue(False)>
Public Overridable Property ImmediatePopup As Boolean
| Type | Default | Description |
|---|---|---|
| Boolean | false |
true if the popup window is displayed immediately after an end-user has typed a character in the edit box; otherwise, false.
|
Set the ImmediatePopup property to true to display a popup window immediately after an end-user has typed a character to select an item from the popup list. The popup window can also be opened as follows:
To open the dropdown via code, see the PopupBaseEdit.ShowPopup method.
For LookUpEdit editors, the ImmediatePopup property is only in effect when the RepositoryItemLookUpEdit.SearchMode property is set to SearchMode.AutoComplete. In SearchMode.AutoFilter mode, the dropdown is opened automatically when typing within the edit box. In SearchMode.OnlyInPopup search mode, typing within the edit box never opens the dropdown.
See Also
RepositoryItemPopupBaseAutoSearchEdit Class