System.Windows.Forms.BindingSource.Current Property

Gets the current item in the list.

Syntax

[System.ComponentModel.Browsable(false)]
public object Current { get; }

Value

Documentation for this section has not yet been entered.

Remarks

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.

Requirements

Namespace: System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Assembly Versions: 2.0.0.0