Binds the specified data source to the System.Web.UI.WebControls.DetailsView control.
- data
- An IEnumerable that represents the data source.
The DetailsView.PerformDataBinding(IEnumerable) method is a helper method called by the System.Web.UI.WebControls.DetailsView control to bind the specified data source to the control.