Skip to main content
A newer version of this page is available. .

DataNavigatorButtons.Last Property

The button that moves the current position to the last record in the data source.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v20.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public NavigatorButton Last { get; }

Property Value

Type Description
NavigatorButton

The navigator’s Last button.

Remarks

Last_button

See Also