New to Kendo UI for Angular? Start a free 30-day trial
ListBoxToolbarPosition
Updated on Oct 31, 2025
Defines the possible values for customizing the toolbar position of the ListBox component.
type ListBoxToolbarPosition = "left" | "right" | "top" | "bottom";