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