XafApplication.CreatePopupWindow(TemplateContext, String, View, Boolean, Controller[]) Method
In This Article
Namespace: DevExpress.ExpressApp
Assembly: DevExpress.ExpressApp.v24.2.dll
NuGet Package: DevExpress.ExpressApp
#Declaration
public Window CreatePopupWindow(
TemplateContext context,
string viewId,
View view,
bool createAllControllers,
params Controller[] controllers
)
#Parameters
Name | Type |
---|---|
context | Template |
view |
String |
view | View |
create |
Boolean |
controllers | Controller[] |
#Returns
Type |
---|
Window |
See Also