Documentation for this section has not yet been entered.
Use the BindingSource.Current property to access the current item, but use the BindingSource.List property to get the entire list. To determine the type of the current object, use the object.GetType, or object.ToString methods.
To change the current item, set the BindingSource.Position property to a new integral value, or use one of the navigation methods such as BindingSource.MoveNext.