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

PictureEdit.CustomContextButtonToolTip Event

Allows hints for grading scale points of rating context buttons to be customized.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v19.2.dll

Declaration

[DXCategory("Events")]
public event ContextButtonToolTipEventHandler CustomContextButtonToolTip

Event Data

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

Remarks

The CustomContextButtonToolTip event allows you to provide a custom hint for each grading scale point of the rating context buttons displayed in the current editor. For details, see the RepositoryItemPictureEdit.CustomContextButtonToolTip event which is equivalent to the current event.

See Also