New to Kendo UI for AngularStart a free 30-day trial

DialogActionsComponent

Represents the action buttons of the Dialog. (See example.)

html
<kendo-dialog>
 <kendo-dialog-actions>
    <button kendoButton fillMode="flat" themeColor="primary" (click)="onPrimaryActionClick()">
      Primary Action
   </button>
 </kendo-dialog-actions>
</kendo-dialog>

Selector

kendo-dialog-actions

Inputs

NameTypeDefaultDescription

actions

TemplateRef<any> | DialogAction[]

Allows the declarative specification of the Dialog actions.

layout

ActionsLayout

'stretched'

Sets the possible layout of the action buttons.

Events

NameTypeDescription

action

EventEmitter<DialogAction>

Fires when the user clicks an action button.

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