This topic has not yet been rated - Rate this topic

BindingNavigator.MoveLastItem Property

Gets or sets the ToolStripItem that is associated with the Move Last functionality.

Namespace:  System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)
[TypeConverterAttribute(typeof(ReferenceConverter))]
public ToolStripItem MoveLastItem { get; set; }

Property Value

Type: System.Windows.Forms.ToolStripItem
A ToolStripItem that represents the Move Last button for the BindingSource.

When set, this property generates the Click event handler for the Move Last button. This event handler calls the MoveLast method when the Move Last button is clicked at run time.

This property is null if it was not previously set and it is accessed before the AddStandardItems method is implicitly or explicitly called.

The BindingNavigator control will disable the Move Last button under the following run-time circumstances: the BindingSource property is null or the Position property is greater than or equal to the Count property.

In the default implementation, this property represents a control of type ToolStripButton.

.NET Framework

Supported in: 4.5, 4, 3.5, 3.0, 2.0

.NET Framework Client Profile

Supported in: 4, 3.5 SP1

Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)

The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.