New to Kendo UI for Angular? Start a free 30-day trial
ToolbarPosition
The position at which the Gantt toolbar or any of its inner tools is rendered. Defaults to 'top'
.
The possible values are 'top'
, 'bottom'
, 'both'
, and 'none'
.
type
ToolbarPosition = "top" | "bottom" | "both" | "none";