Back to Devexpress

BaseGallery.ItemClick Event

windowsforms-devexpress-dot-xtrabars-dot-ribbon-dot-gallery-dot-basegallery-2c41440d.md

latest2.4 KB
Original Source

BaseGallery.ItemClick Event

Fires when a Gallery item is clicked.

Namespace : DevExpress.XtraBars.Ribbon.Gallery

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DXCategory("Action")]
public event GalleryItemClickEventHandler ItemClick
vb
<DXCategory("Action")>
Public Event ItemClick As GalleryItemClickEventHandler

Event Data

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

PropertyDescription
GalleryGets the Gallery that contains the processed Gallery item. Inherited from GalleryItemEventArgs.
InRibbonGalleryLinkFor In-Ribbon galleries, gets the bar item link that displays the current gallery. Inherited from GalleryItemEventArgs.
ItemGets the Gallery item currently being processed. Inherited from GalleryItemEventArgs.

Remarks

The ItemClick event is raised after a Gallery item has been released. Handle this event to execute the action associated with the item.

See Also

BaseGallery Class

BaseGallery Members

DevExpress.XtraBars.Ribbon.Gallery Namespace