New to Kendo UI for Angular? Start a free 30-day trial
QuickActionsLayoutMode
Updated on Oct 31, 2025
Defines the layout for the quick actions list.
'scroll' - The list is scrollable when the content overflows. 'wrap' - The list wraps to new lines when space is limited. 'scrollbuttons' - The list is scrollable with navigation buttons when the content overflows.
type QuickActionsLayoutMode = "scroll" | "wrap" | "scrollbuttons";