Back to Devexpress

ControlNavigatorButtons.First Property

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

latest1.8 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

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

Property Value

TypeDescription
NavigatorButton

A NavigatorButton object representing the navigator’s First button.

|

Remarks

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

See Also

Last

Prev

Next

PrevPage

NextPage

ControlNavigatorButtons Class

ControlNavigatorButtons Members

DevExpress.XtraEditors Namespace