BaseGallery.CustomDrawEmptyBackground Event
Allows you to manually paint the background of this Gallery when it has no items.
Namespace: DevExpress.XtraBars.Ribbon.Gallery
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
[DXCategory("Events")]
public event EventHandler<GalleryCustomDrawEventArgs> CustomDrawEmptyBackground
Event Data
The CustomDrawEmptyBackground event's data class is DevExpress.XtraBars.Ribbon.GalleryCustomDrawEventArgs.
See Also