Skip to main content
A newer version of this page is available. .

BaseGallery.CustomDrawEmptyBackground Event

Namespace: DevExpress.XtraBars.Ribbon.Gallery

Assembly: DevExpress.XtraBars.v19.2.dll

Declaration

[DXCategory("Events")]
public event EventHandler<GalleryCustomDrawEventArgs> CustomDrawEmptyBackground

Event Data

The CustomDrawEmptyBackground event's data class is DevExpress.XtraBars.Ribbon.GalleryCustomDrawEventArgs.

See Also