Skip to main content
.NET Framework 4.6.2+
  • The page you are viewing does not exist in the .NET 8.0+ platform documentation. This link will take you to the parent topic of the current section.

DevExpress v25.1 Update — Your Feedback Matters

Our What's New in v25.1 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

WebWindow Class

A Window used in ASP.NET Web Forms applications.

Namespace: DevExpress.ExpressApp.Web

Assembly: DevExpress.ExpressApp.Web.v25.1.dll

NuGet Package: DevExpress.ExpressApp.Web

#Declaration

public class WebWindow :
    Window

#Remarks

The WebWindow is a subclass of Window used in ASP.NET Web Forms applications and is displayed using a Web Forms page. It adds useful features, such as:

XAF applications automatically prolong ASP.NET Web Forms sessions. Each WebWindow adds SessionKeepAliveControl to its page. This control prevents an ASP.NET Web Forms session from expiring by periodically calling the SessionKeepAliveReconnect JavaScript function sending the request to the SessionKeepAliveReconnectHttpHandler HTTP Handler. This handler does not have any associated data and does not process anything. Its only purpose is to prevent sessions from expiring.

The WebWindow has a special descendant used when displaying pop-up Windows - the PopupWindow.

For general information on Windows, refer to the Window class description and Windows and Frames help topic.

#Inheritance

See Also