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

RibbonGalleryBarItem.GalleryItemClick Event

Fires when a gallery item is clicked.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v19.2.dll

Declaration

[DXCategory("Action")]
public event GalleryItemClickEventHandler GalleryItemClick

Event Data

The GalleryItemClick event's data class is GalleryItemClickEventArgs. The following properties provide information specific to this event:

Property Description
Gallery Gets the Gallery that contains the processed Gallery item. Inherited from GalleryItemEventArgs.
InRibbonGalleryLink For In-Ribbon galleries, gets the bar item link that displays the current gallery. Inherited from GalleryItemEventArgs.
Item Gets the Gallery item currently being processed. Inherited from GalleryItemEventArgs.

Remarks

This event is equivalent to the BaseGallery.ItemClick event of the RibbonGalleryBarItem.Gallery object. See the BaseGallery.ItemClick topic for more information.

See Also