Back to Devexpress

ControlNavigatorButtons.Last Property

windowsforms-devexpress-dot-xtraeditors-dot-controlnavigatorbuttons-c8259ab8.md

latest1.8 KB
Original Source

ControlNavigatorButtons.Last Property

Gets the button used to set the current record to the last record in a data source.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public virtual NavigatorButton Last { get; }
vb
Public Overridable ReadOnly Property Last As NavigatorButton

Property Value

TypeDescription
NavigatorButton

A NavigatorButton object representing the navigator’s Last button.

|

Remarks

The default Last button’s appearance is displayed in the image below:

See Also

First

Prev

Next

PrevPage

NextPage

ControlNavigatorButtons Class

ControlNavigatorButtons Members

DevExpress.XtraEditors Namespace