Back to Devexpress

How to: Specify Hint Position

aspnet-118552-components-docking-and-popups-hint-control-where-to-locate-a-hint.md

latest1.6 KB
Original Source

How to: Specify Hint Position

  • Oct 06, 2023
  • 2 minutes to read

The ASPxHint allows you to specify where hints are displayed on a web page in two ways:

Set the Target Element

The target element is a DOM element that invokes a hint window that points to this element in response to user interaction (when a user hovers the mouse pointer over it, clicks it, and so forth) if the callout (ASPxHint.ShowCallout) is enabled.

Use one of the following techniques to specify a target element for a hint:

Set X/Y Coordinates

Do one of the following to display a hint at precise X/Y coordinates without targeting a UI element:

See Also

How to: Set Hint Content

How to: Specify Hint Timing