Back to Devexpress

BaseGallery Events

windowsforms-devexpress-dot-xtrabars-dot-ribbon-dot-gallery-dot-basegallery-dot-underscore-events.md

latest3.4 KB
Original Source

BaseGallery Events

Represents a base class for galleries.

NameDescription
CustomDrawAllows you to draw the gallery manually.
CustomDrawEmptyBackgroundAllows you to manually paint the background of this Gallery when it has no items.
CustomDrawItemImageEnables the Gallery item’s image to be painted manually.
CustomDrawItemTextEnables the Gallery item’s text to be painted manually.
DisposedOccurs when the component is disposed by a call to the Dispose() method. Inherited from Component.
EndScrollFires after gallery scrolling stops.
FilterMenuItemClickFires when a standard item of a gallery’s Group Filter menu is clicked.
FilterMenuPopupFires when an end-user invokes the Group Filter menu.
GalleryItemHoverFires when the mouse pointer hovers over a Gallery item.
GalleryItemLeaveFires when the mouse pointer leaves a Gallery item.
GetLoadingImageAllows you to set the custom loading indicator.
GetThumbnailImageOccurs each time the gallery needs to display an item whose image is loaded asynchronously.
ItemCheckedChangedFires whenever an item’s check (selected) state is changed.
ItemClickFires when a Gallery item is clicked.
ItemDoubleClickFires after a gallery item has been double-clicked.
MarqueeSelectionCompletedFires when a user has finished selecting gallery items using marquee selection.

See Also

BaseGallery Class

BaseGallery Members

DevExpress.XtraBars.Ribbon.Gallery Namespace