New to Kendo UI for Angular? Start a free 30-day trial
ActionsLayout
Updated on Jun 13, 2025
Represents the layout for the Dialog action buttons.
Use the ActionsLayout type to set the alignment of action buttons in the Dialog.
type ActionsLayout = "start" | "center" | "end" | "stretched";