PopupWindowCallbackArgs.Window Property
In This Article
Gets a popup window object related to the event.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public PopupWindow Window { get; }
#Property Value
Type | Description |
---|---|
Popup |
A Popup |
#Remarks
The Window property specifies the PopupWindow object, concerned with raising the event.
See Also