WebWindow.SetCurrentRequestWindow(WebWindow) Method
Sets the specified window as a current session.
Namespace: DevExpress.ExpressApp.Web
Assembly: DevExpress.ExpressApp.Web.v24.1.dll
NuGet Package: DevExpress.ExpressApp.Web
Declaration
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