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

GalleryItem.ItemClick Event

Occurs each time an end-user clicks the GalleryItem.

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

public event GalleryItemClickEventHandler ItemClick

Event Data

The ItemClick 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

Handle the ItemClick event to respond to an end-user clicking a specific GalleryItem.

See Also