New to Kendo UI for Angular? Start a free 30-day trial
ToolbarSize
Updated on Jun 5, 2025
Represents the possible size options of the ToolBar.
type ToolbarSize = "small" | "medium" | "large" | "none";