New to Kendo UI for Angular? Start a free 30-day trial
TabPosition
Updated on Oct 31, 2025
Specifies where to position the tabs (see example).
type TabPosition = "top" | "left" | "right" | "bottom";