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