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

ControlNavigatorButtons.First Property

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

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v19.2.dll

Declaration

public virtual NavigatorButton First { get; }

Property Value

Type Description
NavigatorButton

A NavigatorButton object representing the navigator’s First button.

Remarks

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

First_button

See Also