Back to Devexpress

NavigatorCustomButton Properties

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

latest3.2 KB
Original Source

NavigatorCustomButton Properties

A custom button within navigator controls.

NameDescription
ButtonTypeGets the button’s type. Inherited from NavigatorButtonBase.
CommandGets or sets the ICommand whose Execute(Object) method will be called when the Click event is invoked. Inherited from NavigatorButtonBase.
CommandParameterGets or sets the parameter that is passed to the command specified by the Command property. Inherited from NavigatorButtonBase.
EnabledGets or sets whether the button is enabled and an end-user can perform actions on it. Inherited from NavigatorButtonBase.
HintGets or sets the button’s hint. Inherited from NavigatorButtonBase.
ImageIndexGets or sets the index of the image to display within the button. Inherited from NavigatorButtonBase.
ImageListGets the source of images to be displayed within the navigation buttons. Inherited from NavigatorButtonBase.
IndexGets or sets the visual position of the current custom button within the combined list of the built-in and custom buttons.
IsAutoRepeatSupportedIndicates whether data records are scrolled repeatedly when the button is held down. Inherited from NavigatorButtonBase.
TagGets or sets the data associated with the button. Inherited from NavigatorButtonBase.
VisibleGets or sets whether the button is visible. Inherited from NavigatorButtonBase.

See Also

NavigatorCustomButton Class

NavigatorCustomButton Members

DevExpress.XtraEditors Namespace