Skip to main content

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

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

See Also