Back to Devexpress

RibbonGalleryBarItem.GalleryItemDoubleClick Event

windowsforms-devexpress-dot-xtrabars-dot-ribbongallerybaritem-ad56e079.md

latest2.7 KB
Original Source

RibbonGalleryBarItem.GalleryItemDoubleClick Event

Fires after a gallery item has been double-clicked.

Namespace : DevExpress.XtraBars

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

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

Event Data

The GalleryItemDoubleClick 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 GalleryItemDoubleClick event is equivalent to the BaseGallery.ItemDoubleClick event that is available via the RibbonGalleryBarItem.Gallery object.

See Also

ItemDoubleClick

RibbonGalleryBarItem Class

RibbonGalleryBarItem Members

DevExpress.XtraBars Namespace