New to Kendo UI for Angular? Start a free 30-day trial
ListBoxSize
Updated on Oct 31, 2025
Defines the possible size options of the ListBox. The size affects the height of the listbox and the size of the items.
type ListBoxSize = "small" | "medium" | "large";