Back to Devexpress

Where To Locate a Hint

aspnetmvc-119700-components-docking-and-popups-hint-where-to-locate-a-hint.md

latest1.7 KB
Original Source

Where To Locate a Hint

  • Feb 02, 2023
  • 2 minutes to read

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

Setting a Target Element

A target element is a DOM-element that invokes a hint window pointing to this element in response to user interaction (hovering the mouse pointer over it, clicking it, etc.) if the callout (HintSettings.ShowCallout) is enabled.

To specify a hint’s target element , use one of the following ways:

Setting X/Y Coordinates

To display a hint at precise X/Y coordinates without targeting a UI element, use one of the following ways:

See Also

How to Set Hint Content

When To Show a Hint