GridLookUpEditBase.ShowPopup() Method
Opens the popup window.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraGrid.v24.1.dll
NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation
Declaration
Remarks
This method allows you to manually open the editor’s popup window.
Internally, it calls the PopupBaseEdit.ShowPopup method.
See Also