PopupControlSettings.WindowDataBound Property
In This Article
Enables you to customize settings of a popup window after it has been bound to a data source.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.2.dll
NuGet Package: DevExpress.Web.Mvc5
#Declaration
public PopupWindowEventHandler WindowDataBound { get; set; }
#Property Value
Type | Description |
---|---|
Popup |
A Popup |
#Remarks
The WindowDataBound enables you to customize the settings of the related popup window, before it is finally rendered. You can, for example, implement custom logic to dynamically map properties of a PopupControl’s windows to the required data fields.
See Also