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