Back to Devexpress

RepositoryItemPopupBaseAutoSearchEdit.ImmediatePopup Property

windowsforms-devexpress-dot-xtraeditors-dot-repository-dot-repositoryitempopupbaseautosearchedit.md

latest3.6 KB
Original Source

RepositoryItemPopupBaseAutoSearchEdit.ImmediatePopup Property

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

Declaration

csharp
[DefaultValue(false)]
[DXCategory("Behavior")]
public virtual bool ImmediatePopup { get; set; }
vb
<DXCategory("Behavior")>
<DefaultValue(False)>
Public Overridable Property ImmediatePopup As Boolean

Property Value

TypeDefaultDescription
Booleanfalse

true if the popup window is displayed immediately after an end-user has typed a character in the edit box; otherwise, false.

|

Remarks

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

ActionButtonIndex

CloseUpKey

ShowDropDown

SearchMode

ShowPopup()

RepositoryItemPopupBaseAutoSearchEdit Class

RepositoryItemPopupBaseAutoSearchEdit Members

DevExpress.XtraEditors.Repository Namespace