Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+
  • The page you are viewing does not exist in the .NET Standard 2.0+ platform documentation. This link will take you to the parent topic of the current section.
  • The page you are viewing does not exist in the .NET Core 3.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 applications with the new web UI.

Namespace: DevExpress.ExpressApp.Web.Controls

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

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