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

DataNavigatorButtons.First Property

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

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v20.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public NavigatorButton First { get; }

Property Value

Type Description
NavigatorButton

The navigator’s First button.

Remarks

First_button

See Also