PopupControlCommandEventArgs.Window Property
Gets a popup window object related to the event.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Description |
---|---|
PopupWindow | A PopupWindow object that was manipulated, forcing an event to be raised. |
Remarks
The Window property represents a PopupWindow object concerned with raising the event.
See Also