New to Kendo UI for Angular? Start a free 30-day trial
OverflowMode
Represents the possible overflowMode options of the Toolbar. Applicable when there is not enough space to render all tools.
type
OverflowMode = "scroll" | "section" | "menu" | "none";