Skip to main content
All docs
V18.2

LayoutControlItem.CustomContextButtonToolTip Event

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

Namespace: DevExpress.XtraLayout

Assembly: DevExpress.XtraLayout.v18.2.dll

Declaration

[Browsable(false)]
public event ContextButtonToolTipEventHandler CustomContextButtonToolTip

Event Data

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

Remarks

See LayoutControlItem.ContextButtons for details.

See Also