ASPxClientToolTipBase Members
A client-side equivalent of the ASPxSchedulerToolTipBase control.Methods
| Name | Description |
|---|---|
| CalculatePosition(bounds) | Gets the tooltip position. |
| CanShowToolTip | Returns the value that indicates whether or not the tooltip can be displayed. |
| Close | Closes the tooltip. |
| ConvertIntervalToString(interval) | Returns the string representation of the specified interval. |
| FinalizeUpdate(toolTipData) | Ends updating the tooltip content. |
| ShowAppointmentMenu(eventObject) | Displays the Appointment Menu at the position of the tooltip. |
| ShowViewMenu(eventObject) | Displays the View Menu at the position of the tooltip. |
| Update(toolTipData) | Updates the tooltip content. |
See Also