Skip to main content

GridLookUpEditBase.ShowPopup() Method

Opens the popup window.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraGrid.v23.2.dll

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

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 Also