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

StandaloneGallery.CustomContextButtonToolTip Event

Allows hints for the RatingContextButton objects displayed in the current StandaloneGallery to be customized.

Namespace: DevExpress.XtraBars.Ribbon.Gallery

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

[DXCategory("Context Buttons")]
public event GalleryContextButtonToolTipEventHandler CustomContextButtonToolTip

Event Data

The CustomContextButtonToolTip event's data class is DevExpress.XtraBars.Ribbon.Gallery.GalleryContextButtonToolTipEventArgs.

Remarks

The CustomContextButtonToolTip event allows you to customize hints for each grading scale point of the RatingContextButton objects displayed in the current gallery in a centralized way. This event is raised after the button’s ContextItem.CustomToolTip event is fired. Thus, hints specified using the current event override hints specified for a particular button using the ContextItem.CustomToolTip event. See the ContextItem.CustomToolTip event for details.

See Also