PopupWindowManager.ShowPopup(WebWindow, WebWindow, Boolean, ShowViewSource) Method
For internal use.
Namespace: DevExpress.ExpressApp.Web
Assembly: DevExpress.ExpressApp.Web.v24.1.dll
NuGet Package: DevExpress.ExpressApp.Web
Declaration
[Browsable(false)]
public void ShowPopup(
WebWindow windowToShow,
WebWindow currentRequestWindow,
bool showInFindPopup,
ShowViewSource showViewSource
)
Parameters
Name | Type |
---|---|
windowToShow | WebWindow |
currentRequestWindow | WebWindow |
showInFindPopup | Boolean |
showViewSource | ShowViewSource |
See Also