![]()
An object representing the underlying list if it exists; otherwise, the original data source specified by list.
If the data source specified by the list parameter implements the System.ComponentModel.IListSource interface, then the ListBindingHelper.GetList(object) method will return an object of type IList that represents the associated list. Otherwise, this method will just return the specified data source since there is no underlying list.