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

PopupControlSettings.WindowDataBound Property

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.v19.2.dll

Declaration

public PopupWindowEventHandler WindowDataBound { get; set; }

Property Value

Type Description
PopupWindowEventHandler

A PopupWindowEventHandler method to which custom processing implementation is delegated.

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