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

PopupWindowCallbackArgs.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 an event to be raised.

Remarks

The Window property specifies the PopupWindow object, concerned with raising the event.

See Also