XafPopupWindowControl.PopupTemplateType Property
Specifies the default template for the pop-up windows in ASP.NET Web Forms applications with the new web UI.
Namespace: DevExpress.ExpressApp.Web.Controls
Assembly: DevExpress.ExpressApp.Web.v24.2.dll
NuGet Package: DevExpress.ExpressApp.Web
#Declaration
public static PopupTemplateType PopupTemplateType { get; set; }
#Property Value
Type | Description |
---|---|
Popup |
A Popup |
Available values:
Name | Description |
---|---|
By |
Specifies that the pop-up window will use the default template in the new web UI. The default template is set in the static Xaf |
Dialog | Specifies that the pop-up window will open using the Dialog |
Find |
Specifies that the pop-up window will open using the Find |
#Remarks
With the new web UI, you can use either the DialogTemplateContentNew or FindDialogTemplateContentNew template to display pop-up windows.