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

RepositoryItemPictureEdit.CustomContextButtonToolTip Event

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

Namespace: DevExpress.XtraEditors.Repository

Assembly: DevExpress.XtraEditors.v20.1.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

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

Event Data

The CustomContextButtonToolTip event's data class is DevExpress.Utils.ContextButtonToolTipEventArgs.

Remarks

The CustomContextButtonToolTip event allows you to customize hints for each grading scale point of the RatingContextButton objects displayed in the current editor 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.

The editor’s PictureEdit.CustomContextButtonToolTip event is equivalent to the current event.

See Also