Back to Devexpress

GalleryItemCustomDrawEventArgs Class

windowsforms-devexpress-dot-xtrabars-dot-ribbon-0aaf8424.md

latest2.5 KB
Original Source

GalleryItemCustomDrawEventArgs Class

Provides data for events used to custom paint gallery items.

Namespace : DevExpress.XtraBars.Ribbon

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public class GalleryItemCustomDrawEventArgs :
    GalleryItemEventArgs
vb
Public Class GalleryItemCustomDrawEventArgs
    Inherits GalleryItemEventArgs

GalleryItemCustomDrawEventArgs is the data class for the following events:

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

GalleryItemCustomDrawEventArgs Members

DevExpress.XtraBars.Ribbon Namespace