CardActionsComponent
Component
Defines the action buttons of the Card (see example). The Card actions can be used to perform operations related to the Card's content, such as saving, editing, or deleting.
Definition
Package:@progress/kendo-angular-layout
Selector:kendo-card-actions
Syntax:
html
<kendo-card-actions
layout="end"
orientation="horizontal">
</kendo-card-actions>
Inputs
actions
CardAction[] | TemplateRef<any>
Defines the Card actions declaratively.
You can pass an array of CardAction objects or a TemplateRef.
Specifies the layout of the Card action buttons.
Default:
'start'
Specifies the orientation of the Card action buttons.
Default:
'horizontal'
Events
Fires when you click an action button.