Skip to main content
A newer version of this page is available. .
Tab

PopupWindowEventArgs.Window Property

Gets a popup window object related to the event.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public PopupWindow Window { get; }

Property Value

Type Description
PopupWindow

A PopupWindow object that was manipulated, forcing the event to be raised.

Remarks

The Window property represents a PopupWindow object responsible for raising the event.

See Also