System.Windows.Forms.BindingManagerBase.Position Property

When overridden in a derived class, gets or sets the position in the underlying list that controls bound to this data source point to.

Syntax

public abstract int Position { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

Use the BindingManagerBase.Position property to iterate through the underlying list maintained by the System.Windows.Forms.BindingManagerBase. To go to the first item, set the BindingManagerBase.Position to 0. To go to the end of the list, set the BindingManagerBase.Position to the value of the BindingManagerBase.Count property minus 1.

The BindingManagerBase.PositionChanged event occurs when the BindingManagerBase.Position property value changes.

Requirements

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