Skip to main content
A newer version of this page is available. .

GridLookUpEditBase.ShowPopup() Method

Opens the popup window.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraGrid.v21.2.dll

NuGet Packages: DevExpress.Win.Design, DevExpress.Win.Grid

Declaration

public override void ShowPopup()

Remarks

This method allows you to manually open the editor’s popup window.
Internally, it calls the PopupBaseEdit.ShowPopup method. See this link to learn more.

See Also