Skip to main content
.NET 6.0+

PopupWindowShowActionExecuteEventArgs.PopupWindowView Property

Namespace: DevExpress.ExpressApp.Actions

Assembly: DevExpress.ExpressApp.v23.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