Back to Devexpress

ControlNavigatorButtons.Next Property

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

latest1.8 KB
Original Source

ControlNavigatorButtons.Next Property

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

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public virtual NavigatorButton Next { get; }
vb
Public Overridable ReadOnly Property [Next] As NavigatorButton

Property Value

TypeDescription
NavigatorButton

A NavigatorButton object representing the navigator’s Next button.

|

Remarks

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

See Also

Prev

NextPage

PrevPage

First

Last

ControlNavigatorButtons Class

ControlNavigatorButtons Members

DevExpress.XtraEditors Namespace