New to Kendo UI for Angular? Start a free 30-day trial
ActionsLayout
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";