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

DataViewSettingsBase.DataBound Property

Enables you to perform a custom action after the DataView has been bound to its data source.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v18.2.dll

Declaration

public EventHandler DataBound { get; set; }

Property Value

Type Description
EventHandler

A EventHandler method to which custom processing is delegated.

See Also