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

PopupTemplateType Enum

Contains values specifying a template for the pop-up window in the new web UI.

Namespace: DevExpress.ExpressApp.Web.Controls

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

Declaration

public enum PopupTemplateType

Members

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.

Related API Members

The following properties accept/return PopupTemplateType values:

See Also