Back to Devexpress

RibbonGalleryBarItem Events

windowsforms-devexpress-dot-xtrabars-dot-ribbongallerybaritem-dot-underscore-events.md

latest5.6 KB
Original Source

RibbonGalleryBarItem Events

A bar item that represents an In-Ribbon gallery.

NameDescription
CommandCanExecuteChangedOccurs when the CanExecute(Object) status of the Command has changed. Inherited from BarButtonItem.
CommandChangedOccurs after the value of the Command property has changed. Inherited from BarButtonItem.
CommandParameterChangedOccurs after the value of the Command property has changed. Inherited from BarButtonItem.
DefaultDropDownLinkChangedRaises when the value of the DefaultDropDownLink property changes. Inherited from BarButtonItem.
DisposedOccurs when the component is disposed by a call to the Dispose() method. Inherited from Component.
DownChangedOccurs after the item’s pressed state has been changed. Inherited from BarBaseButtonItem.
GalleryCustomDrawItemImageEnables images of gallery items to be painted manually.
GalleryCustomDrawItemTextEnables the text of gallery items to be painted manually.
GalleryFilterMenuItemClickFires when a filter menu item is clicked.
GalleryFilterMenuPopupFires when an end-user invokes the filter menu.
GalleryInitDropDownGalleryEnables a gallery, when displayed as a dropdown window, to be customized.
GalleryItemCheckedChangedFires whenever a gallery item’s check (selected) state is changed.
GalleryItemClickFires when a gallery item is clicked.
GalleryItemDoubleClickFires after a gallery item has been double-clicked.
GalleryItemHoverFires when the mouse pointer hovers over a Gallery item.
GalleryItemLeaveFires when the mouse pointer leaves a Gallery item.
GalleryPopupCloseFires when a popup window containing a gallery is closed.
HyperlinkClickOccurs each time an end-user clicks a hyperlink within the current BarItem. Inherited from BarItem.
ItemClickOccurs when the current item is clicked. Inherited from BarItem.
ItemDoubleClickFires when a link to an item is double-clicked. Inherited from BarItem.
ItemPressFires immediately after a link associated with an item has been pressed. Inherited from BarItem.
ItemRightClickOccurs when a user right-clicks the BarItem. Inherited from BarItem.
MarqueeSelectionCompletedFires when a user has finished selecting gallery items using marquee selection.

See Also

RibbonGalleryBarItem Class

RibbonGalleryBarItem Members

DevExpress.XtraBars Namespace