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

CalendarControlBase.CustomContextButtonToolTip Event

Allows hints for context buttons (CalendarControlBase.ContextButtons) to be customized. This event is only raised for RatingContextButton and TrackBarContextButton objects.

Namespace: DevExpress.XtraEditors.Controls

Assembly: DevExpress.XtraEditors.v19.2.dll

Declaration

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

Event Data

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

Remarks

See CalendarControlBase.ContextButtons to learn more.

See Also