New to KendoReact? Start a free 30-day trial
QuickActionsLayoutMode
QuickActionsLayoutModePremium
Updated on Oct 30, 2025
Controls how quick actions behave when they exceed available space.
scroll—Quick actions scroll horizontally without navigation buttons.wrap—Quick actions wrap to new lines when they overflow.scrollbuttons—Quick actions scroll horizontally with navigation buttons.
type QuickActionsLayoutMode = "scroll" | "wrap" | "scrollbuttons";