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

BootstrapPopupControl.WindowDataBound Event

Occurs after a popup window has been bound to a data source.

Namespace: DevExpress.Web.Bootstrap

Assembly: DevExpress.Web.Bootstrap.v19.2.dll

Declaration

[Browsable(false)]
public event PopupWindowEventHandler WindowDataBound

Event Data

The WindowDataBound event's data class is PopupWindowEventArgs. The following properties provide information specific to this event:

Property Description
Window Gets a popup window object related to the event.
See Also