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

TooltipThemeColor

Updated on May 7, 2026

Specifies the predefined theme color of the Tooltip.

The available values are:

  • base (default)—Applies coloring based on the base theme color.
  • inverse—Applies coloring based on the inverse theme color.
  • info—Applies coloring based on the info theme color.
  • success—Applies coloring based on the success theme color.
  • warning—Applies coloring based on the warning theme color.
  • error—Applies coloring based on the error theme color.

type TooltipThemeColor = "base" | "inverse" | "info" | "success" | "warning" | "error";

Not finding the help you need?
Contact Support