Back to Devexpress

DataNavigatorButtons Properties

windowsforms-devexpress-dot-xtraeditors-dot-datanavigatorbuttons-dot-underscore-properties.md

latest4.8 KB
Original Source

DataNavigatorButtons Properties

Holds settings for buttons displayed in a DataNavigator control.

NameDescription
AppearanceGets the appearance settings used to paint the buttons’ owner. Inherited from NavigatorButtonsBase.
AppendThe button used to insert a new record.
AutoRepeatDelayGets or sets the time interval which passes between the moment when an end-user holds down the navigation button and the data records are scrolled repeatedly. Inherited from NavigatorButtonsBase.
ButtonCollectionProvides access to the collection of built-in buttons displayed in the DataNavigator control. Inherited from NavigatorButtonsBase.
CancelEditThe button used to cancel modifications to the current record.
CurrencyManagerGets the object which manages a list of binding objects.
CustomButtonsGets the collection of custom buttons. Inherited from NavigatorButtonsBase.
DefaultImageListGets the source of the images that are displayed within the navigation buttons by default. Inherited from NavigatorButtonsBase.
EnabledAutoRepeatSpecifies whether data records are scrolled repeatedly when the Next , NextPage , Prev or PrevPage button is held down. Inherited from NavigatorButtonsBase.
EndEditThe button used to post modifications to the data source.
FirstThe button that moves the current position to the first record in the data source.
ImageListGets or sets the source of images to be displayed within the navigation buttons. Inherited from NavigatorButtonsBase.
LastThe button that moves the current position to the last record in the data source.
NextThe button that moves the current position to the next record.
NextPageGets the Data Navigator button that moves the current position forward by a specified number of records.
OwnerGets the object that owns this button collection. Inherited from NavigatorButtonsBase.
OwnerControlGets the control which owns the current collection. Inherited from NavigatorButtonsBase.
PageRecordCountGets or sets the number of records by which the current position moves when a user presses the Previous Page or Next Page button.
PrevThe button that moves the current position to the previous record.
PrevPageGets the Data Navigator button that moves the current position back by a specified number of records.
RemoveThe button used to delete the current record.

See Also

DataNavigatorButtons Class

DataNavigatorButtons Members

DevExpress.XtraEditors Namespace