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

ButtonThemeColor

Specifies the possible theme colors for the buttons (see examples).

The possible values are:

  • base—Applies the base theme color.
  • primary—Applies the primary theme color.
  • secondary—Applies the secondary theme color.
  • tertiary—Applies the tertiary theme color.
  • info—Applies the info theme color.
  • success—Applies the success theme color.
  • warning—Applies the warning theme color.
  • error—Applies the error theme color.
  • dark—Applies the dark theme color.
  • light—Applies the light theme color.
  • inverse—Applies the inverse theme color.
  • none—Removes the theme color.

type ButtonThemeColor = "base" | "primary" | "secondary" | "tertiary" | "info" | "success" | "warning" | "error" | "dark" | "light" | "inverse" | "none";

Not finding the help you need?
Contact Support