New to Kendo UI for Angular? Start a free 30-day trial
ActionsLayout
Specifies the layout of the Card action buttons.
The possible values are:
- (Default)
start
center
end
stretched
type
ActionsLayout = "start" | "center" | "end" | "stretched";