MVCxClientSchedulerTemplateToolTip Methods
A template that is rendered to display a tooltip.Name | Description |
---|---|
CalculatePosition(bounds) | Gets the tooltip position. Inherited from ASPxClientToolTipBase. |
CanShowToolTip | Returns the value that indicates whether or not the tooltip can be displayed. Inherited from ASPxClientToolTipBase. |
Close | Closes the tooltip. Inherited from ASPxClientToolTipBase. |
ConvertIntervalToString(interval) | Returns the string representation of the specified interval. Inherited from ASPxClientToolTipBase. |
FinalizeUpdate(toolTipData) | Ends updating the tooltip content. Inherited from ASPxClientToolTipBase. |
ShowAppointmentMenu(eventObject) | Displays the Appointment Menu at the position of the tooltip. Inherited from ASPxClientToolTipBase. |
ShowViewMenu(eventObject) | Displays the View Menu at the position of the tooltip. Inherited from ASPxClientToolTipBase. |
Update(toolTipData) | Updates the tooltip content. Inherited from ASPxClientToolTipBase. |
See Also