Skip to main content

BaseGallery.MarqueeSelectionCompleted Event

Fires when a user has finished selecting gallery items using marquee selection.

Namespace: DevExpress.XtraBars.Ribbon.Gallery

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[DXCategory("Action")]
public event GallerySelectionEventHandler MarqueeSelectionCompleted

Event Data

The MarqueeSelectionCompleted event's data class is DevExpress.XtraBars.Ribbon.GallerySelectionEventArgs.

Remarks

The marquee selection feature allows gallery items to be selected by dragging over items with the mouse. It can be enabled via the BaseGallery.AllowMarqueeSelection property. When a user has finished selecting items, the MarqueeSelectionCompleted event fires.

To get currently selected items, use the BaseGallery.GetCheckedItems method.

See Also