New to Kendo UI for AngularStart a free 30-day trial

Position

Specifies the position of the Tooltip or Popover in relation to the anchor element.

The available options are:

  • top (default)—Aligns the tooltip above the anchor element.
  • bottom—Aligns the tooltip below the anchor element.
  • right—Aligns the tooltip with the rightmost point of the anchor element.
  • left—Aligns the tooltip with the leftmost point of the anchor element.

type Position = "top" | "bottom" | "right" | "left";

Not finding the help you need?
Contact Support