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

CustomizePopupWindowSizeEventArgs.PopupTemplateType Property

Specifies the template for the pop-up window display in the ASP.NET Web Forms applications with the new web UI.

Namespace: DevExpress.ExpressApp.Web.Controls

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

NuGet Package: DevExpress.ExpressApp.Web

Declaration

public PopupTemplateType PopupTemplateType { get; set; }

Property Value

Type Description
PopupTemplateType

A PopupTemplateType enumeration value specifying the template for the popup window display in the new web UI.

Available values:

Name Description
ByDefault

Specifies that the pop-up window will use the default template in the new web UI. The default template is set in the static XafPopupWindowControl.PopupTemplateType property.

Dialog

Specifies that the pop-up window will open using the DialogTemplateContentNew template in the new web UI.

FindDialog

Specifies that the pop-up window will open using the FindDialogTemplateContentNew template in the new web UI.

See Also