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

NavigatorCustomButton Properties

A custom button within navigator controls.
Name Description
ButtonType Gets the button’s type. Inherited from NavigatorButtonBase.
Enabled Gets or sets whether the button is enabled and an end-user can perform actions on it. Inherited from NavigatorButtonBase.
Hint Gets or sets the button’s hint. Inherited from NavigatorButtonBase.
ImageIndex Gets or sets the index of the image to display within the button. Inherited from NavigatorButtonBase.
ImageList Gets the source of images to be displayed within the navigation buttons. Inherited from NavigatorButtonBase.
Index Gets or sets the visual position of the current custom button within the combined list of the built-in and custom buttons.
IsAutoRepeatSupported Indicates whether data records are scrolled repeatedly when the button is held down. Inherited from NavigatorButtonBase.
Tag Gets or sets the data associated with the button. Inherited from NavigatorButtonBase.
Visible Gets or sets whether the button is visible. Inherited from NavigatorButtonBase.
See Also