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

WebWindow.SetCurrentRequestWindow(WebWindow) Method

Sets the specified window as a current session.

Namespace: DevExpress.ExpressApp.Web

Assembly: DevExpress.ExpressApp.Web.v18.2.dll

Declaration

[Browsable(false)]
public static void SetCurrentRequestWindow(
    WebWindow window
)

Parameters

Name Type Description
window WebWindow

A WebWindow object that is the current request window.

Remarks

This method is intended for internal use. Generally, you don’t need to use it.

See Also