Skip to main content

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

NuGet Package: DevExpress.Web.Mvc5

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