DataNavigatorButtons Properties
Holds settings for buttons displayed in a DataNavigator control.
Name | Description |
---|---|
Appearance |
Gets the appearance settings used to paint the buttons’ owner.
Inherited from Navigator |
Append | The button used to insert a new record. |
Auto |
Gets 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 Navigator |
Button |
Provides access to the collection of built-in buttons displayed in the Data |
Cancel |
The button used to cancel modifications to the current record. |
Currency |
Gets the object which manages a list of binding objects. |
Custom |
Gets the collection of custom buttons.
Inherited from Navigator |
Default |
Gets the source of the images that are displayed within the navigation buttons by default.
Inherited from Navigator |
Enabled |
Specifies whether data records are scrolled repeatedly when the Next, Next |
End |
The button used to post modifications to the data source. |
First | The button that moves the current position to the first record in the data source. |
Image |
Gets or sets the source of images to be displayed within the navigation buttons.
Inherited from Navigator |
Last | The button that moves the current position to the last record in the data source. |
Next | The button that moves the current position to the next record. |
Next |
Gets the Data Navigator button that moves the current position forward by a specified number of records. |
Owner |
Gets the object that owns this button collection.
Inherited from Navigator |
Owner |
Gets the control which owns the current collection.
Inherited from Navigator |
Page |
Gets or sets the number of records by which the current position moves when a user presses the Previous Page or Next Page button. |
Prev | The button that moves the current position to the previous record. |
Prev |
Gets the Data Navigator button that moves the current position back by a specified number of records. |
Remove | The button used to delete the current record. |
See Also