New to Kendo UI for Angular? Start a free 30-day trial
CardActionsComponent
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.
html
<kendo-card-actions
layout="end"
orientation="horizontal">
</kendo-card-actions>
Selector
kendo-card-actions
Inputs
Name | Type | Default | Description |
---|---|---|---|
actions |
|
Defines the Card actions declaratively.
You can pass an array of | |
layout |
|
|
Specifies the layout of the Card action buttons. |
orientation |
|
|
Specifies the orientation of the Card action buttons. |
Events
Name | Type | Description |
---|---|---|
action |
|
Fires when you click an action button. |