Back to Devexpress

RepositoryItemMRUEdit.ImmediatePopup Property

windowsforms-devexpress-dot-xtraeditors-dot-repository-dot-repositoryitemmruedit-3f745394.md

latest3.1 KB
Original Source

RepositoryItemMRUEdit.ImmediatePopup Property

Gets or sets a value that specifies 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(true)]
[DXCategory("Behavior")]
public override bool ImmediatePopup { get; set; }
vb
<DXCategory("Behavior")>
<DefaultValue(True)>
Public Overrides Property ImmediatePopup As Boolean

Property Value

TypeDefaultDescription
Booleantrue

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

|

Remarks

If the ImmediatePopup property is true (the default behavior) the popup window is displayed immediately after an end-user has typed something in the edit box. The MRUEdit control supports the automatic filtering feature. So when the text within the edit box is modified the editor filters the items in the dropdown and displays those that match the current displayed value.

If the ImmediatePopup property is set to false , the end-user can open the popup window as follows:

To open the dropdown via code, you can use the PopupBaseEdit.ShowPopup method.

See Also

ActionButtonIndex

CloseUpKey

ShowDropDown

ShowPopup()

RepositoryItemMRUEdit Class

RepositoryItemMRUEdit Members

DevExpress.XtraEditors.Repository Namespace