Back to Devexpress

NavigatorButton Properties

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

latest3.0 KB
Original Source

NavigatorButton Properties

An individual button displayed within the DataNavigator or ControlNavigator.

NameDescription
ButtonTypeGets the button’s type.
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.
IsAutoRepeatSupportedIndicates whether data records are scrolled repeatedly when this button is held down.
ShouldSerializeTests whether the NavigatorButton object should be persisted.
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

NavigatorButton Class

NavigatorButton Members

DevExpress.XtraEditors Namespace