Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

PopupWindowShowActionExecuteEventArgs.PopupWindowView Property

Namespace: DevExpress.ExpressApp.Actions

Assembly: DevExpress.ExpressApp.v20.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public View PopupWindowView { get; }

Property Value

Type Description
View

A View object displayed within the popup window.

Remarks

This property gets the Frame.View property of the Window object specified via the PopupWindowShowActionExecuteEventArgs.PopupWindow property.

See Also