New to Kendo UI for Angular? Start a free 30-day trial
ToolbarPosition
Updated on Jun 18, 2025
Defines the possible positions where the Gantt toolbar or its tools render.
type ToolbarPosition = "top" | "bottom" | "both" | "none";