New to Kendo UI for AngularStart 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

NameTypeDefaultDescription

actions

TemplateRef<any> | CardAction[]

Defines the Card actions declaratively. You can pass an array of CardAction objects or a TemplateRef.

layout

ActionsLayout

'start'

Specifies the layout of the Card action buttons.

orientation

Orientation

'horizontal'

Specifies the orientation of the Card action buttons.

Events

NameTypeDescription

action

EventEmitter<CardAction>

Fires when you click an action button.

In this article
SelectorInputsEvents
Not finding the help you need?
Contact Support