PopupControlSettings.DataBound Property
Enables you to perform a custom action after the PopupControl has been bound to its data source.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
Property Value
Type | Description |
---|---|
EventHandler | A EventHandler method to which custom processing is delegated. |
See Also