ShowViewStrategyBase.ShowViewInPopupWindow(View, Action, Action, String, String, Frame, Action<ShowViewParameters>) Method
In This Article
Namespace: DevExpress.ExpressApp
Assembly: DevExpress.ExpressApp.v24.2.dll
NuGet Package: DevExpress.ExpressApp
#Declaration
#Parameters
Name | Type |
---|---|
view | View |
#Optional Parameters
Name | Type | Default |
---|---|---|
ok |
Action | null |
cancel |
Action | null |
ok |
String | null |
cancel |
String | null |
source |
Frame | null |
configure |
Action<Show |
null |
See Also