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

GalleryItemCustomDrawEventArgs Class

Provides data for events used to custom paint gallery items.

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

public class GalleryItemCustomDrawEventArgs :
    GalleryItemEventArgs

Remarks

This class provides data for the BaseGallery.CustomDrawItemImage and BaseGallery.CustomDrawItemText events that can be handled to custom paint gallery items.

The properties provided by the GalleryItemCustomDrawEventArgs allow you to identify the gallery and gallery item being currently processed.

Inheritance

Object
EventArgs
GalleryItemEventArgs
GalleryItemCustomDrawEventArgs
See Also