New to Kendo UI for Angular? Start a free 30-day trial
ListBoxSize
Represents the possible size options of the ListBox.
The possible values are:
'small'
'medium'
'large'
type
ListBoxSize = "small" | "medium" | "large";