RibbonGalleryBarItem.GalleryItemDoubleClick Event
Fires after a gallery item has been double-clicked.
Namespace: DevExpress.XtraBars
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Event Data
The GalleryItemDoubleClick 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
The GalleryItemDoubleClick event is equivalent to the BaseGallery.ItemDoubleClick event that is available via the RibbonGalleryBarItem.Gallery object.
See Also