Skip to main content
A newer version of this page is available. .

ASPxClientScheduler.ShowSelectionToolTip(x, y) Method

Displays a Selection ToolTip on a position given by the specified coordinates.

Declaration

ShowSelectionToolTip(
    x: number,
    y: number
): void

Parameters

Name Type Description
x number

An integer representing the X-coordinate.

y number

An integer representing 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 ASPxSchedulerOptionsToolTips.ShowSelectionToolTip option to false.

See Also