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

DataNavigatorButtons Class

Holds settings for buttons displayed in a DataNavigator control.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v20.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public class DataNavigatorButtons :
    NavigatorButtonsBase

The following members return DataNavigatorButtons objects:

Remarks

The DataNavigator.Buttons collection is a DataNavigatorButtons object that allows you to access and customize the data navigator’s buttons.

DataNavigatorButtons

Use the Property Grid to change button settings at design time.

DataNavigator - Buttons - Design-time

The following table shows properties you can use to change button settings.

Button Description
First The button that moves the current position to the first record in the data source.
PrevPage The button that moves the current position to the previous page.
Prev The button that moves the current position to the previous record.
Next The button that moves the current position to the next record.
NextPage The button that moves the current position to the next page.
Last The button that moves the current position to the last record in the data source.
Append The button used to insert a new record.
Remove The button used to delete the current record.
EndEdit The button used to post modifications to the data source.
CancelEdit The button used to cancel modifications to the current record.

Inheritance

Object
NavigatorButtonsBase
DataNavigatorButtons
See Also