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

RibbonGalleryBarItem.GalleryCustomDrawItemText Event

Enables the text of gallery items to be painted manually.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

[DXCategory("Events")]
public event GalleryItemCustomDrawEventHandler GalleryCustomDrawItemText

Event Data

The GalleryCustomDrawItemText event's data class is GalleryItemCustomDrawEventArgs. The following properties provide information specific to this event:

Property Description
Bounds Gets the bounding rectangle of the Gallery item currently being painted.
Cache Gets an object which specifies the storage for the most used pens, fonts and brushes.
Gallery Gets the Gallery that contains the processed Gallery item. Inherited from GalleryItemEventArgs.
Handled Gets or sets whether an event was handled. If it was handled default painting isn’t required.
InRibbonGalleryLink For In-Ribbon galleries, gets the bar item link that displays the current gallery. Inherited from GalleryItemEventArgs.
Item Gets the Gallery item currently being processed. Inherited from GalleryItemEventArgs.
ItemInfo Gets the information which is required to paint a Gallery item.

Remarks

This event is equivalent to the BaseGallery.CustomDrawItemText event of the RibbonGalleryBarItem.Gallery object. See the BaseGallery.CustomDrawItemText topic for more information.

See Also