Back to Devexpress

NavigatorButtonBase Properties

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

latest2.1 KB
Original Source

NavigatorButtonBase Properties

Serves as a base for the NavigatorButton class.

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

See Also

NavigatorButtonBase Class

NavigatorButtonBase Members

DevExpress.XtraEditors Namespace