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

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.v18.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