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

BadgePosition

Specifies the position of the Badge relative to the edge of the parent container element (see example).

The possible values are:

  • edge (Default)—The center of the Badge is positioned on the edge of the parent container element.
  • inside—The Badge is entirely positioned inside the edge of the parent container element.
  • outside—The Badge is entirely positioned outside the edge of the parent container element.

type BadgePosition = "edge" | "outside" | "inside";

Not finding the help you need?
Contact Support