ASPxClientScheduler.ShowSelectionToolTip(x, y) Method
In This Article
Displays a Selection ToolTip on a position given by the specified coordinates.
#Declaration
TypeScript
ShowSelectionToolTip(
x: number,
y: number
): void
#Parameters
Name | Type | Description |
---|---|---|
x | number | The X-coordinate. |
y | number | The Y-coordinate. |
#Remarks
This method displays the default Selection Tooltip or a custom control located at the URI specified by the ASPxSchedulerOptionsToolTips.SelectionToolTipUrl property.
Note
Selection tooltips can be suppressed by setting the ASPxfalse
.
See Also