MVCxClientScheduler.ToolTipDisplaying Event
In This Article
Occurs on the client side when the tooltip is about to be displayed.
#Declaration
TypeScript
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. |
tool |
Gets the tooltip related to the event. |
#Remarks
This event allows you to access the tooltip before it is displayed.
See Also