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

BaseListBoxControl.CustomContextButtonToolTip Event

Allows hints for context buttons displayed in the current BaseListBoxControl to be customized. This event is only raised for RatingContextButton and TrackBarContextButton objects.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v19.1.dll

Declaration

[DXCategory("Behavior")]
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 grading scale points of the RatingContextButton objects and track values of the TrackBarContextButton objects displayed in the current BaseListBoxControl. See the ContextItem.CustomToolTip event for an example.

See Also