Skip to main content

PopupWindowShowActionExecuteEventArgs.PopupWindowView Property

Namespace: DevExpress.ExpressApp.Actions

Assembly: DevExpress.ExpressApp.v26.1.dll

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