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.v24.2.dll
NuGet Package: DevExpress.ExpressApp.Web
#Declaration
public 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 |