New to Kendo UI for Angular? Start a free 30-day trial
MenuSize
Updated over 6 months ago
Represents the possible size options of the menu.
type MenuSize = "small" | "medium" | "large" | "none";