Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

GalleryItemCustomDrawEventArgs Class

Provides data for events used to custom paint gallery items.

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v24.2.dll

NuGet Package: DevExpress.Win.Navigation

#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