NavigatorButtonsBase Properties
Serves as the base for DataNavigatorButtons and ControlNavigatorButtons classes.| Name | Description |
|---|---|
| Appearance | Gets the appearance settings used to paint the buttons’ owner. |
| AutoRepeatDelay | 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. |
| ButtonCollection | Provides access to the collection of built-in buttons displayed in the DataNavigator control. |
| CustomButtons | Gets the collection of custom buttons. |
| DefaultImageList | Gets the source of the images that are displayed within the navigation buttons by default. |
| EnabledAutoRepeat | Specifies whether data records are scrolled repeatedly when the Next, NextPage, Prev or PrevPage button is held down. |
| ImageList | Gets or sets the source of images to be displayed within the navigation buttons. |
| Owner | Gets the object that owns this button collection. |
| OwnerControl | Gets the control which owns the current collection. |
| PageRecordCount | Gets or sets the number of records by which the current record changes after the PrevPage or NextPage button has been pressed. |
See Also