Skip to main content

MVCxClientScheduler.ToolTipDisplaying Event

Occurs on the client side when the tooltip is about to be displayed.

Declaration

ToolTipDisplaying: ASPxClientEvent<MVCxClientSchedulerToolTipDisplayingEventHandler<MVCxClientScheduler>>

Event Data

The ToolTipDisplaying event's data class is MVCxClientSchedulerToolTipDisplayingEventArgs. The following properties provide information specific to this event:

Property Description
data Gets information about the tooltip related to the event.
toolTip Gets the tooltip related to the event.

Remarks

This event allows you to access the tooltip before it is displayed.

See Also