System.Windows.Forms.BindingManagerBase.Count Property

When overridden in a derived class, gets the number of rows managed by the System.Windows.Forms.BindingManagerBase.

Syntax

public abstract int Count { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Use the BindingManagerBase.Count property to determine the last item in the list of rows maintained by the System.Windows.Forms.BindingManagerBase. To go to the last item, set the BindingManagerBase.Position property to the BindingManagerBase.Count property value minus 1.

Requirements

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