Specifies the View that should be displayed by the Pop-up Window Show Action's pop-up Window.
Namespace: DevExpress.ExpressApp.Actions
Assembly: DevExpress.ExpressApp.v19.2.dll
Type | Description |
---|---|
View | A View object that actuallly represents a DetailView or ListView. |
To create a View to be displayed by the current Pop-up Window Show Action's pop-up Window, use one of the following methods: XafApplication.ProcessShortcut, XafApplication.CreateDetailView or XafApplication.CreateListView.