DialogActionsComponent
Component
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>
Definition
Package:@progress/kendo-angular-dialog
Selector:kendo-dialog-actions
Inputs
actions
DialogAction[] | TemplateRef<any>
Allows the declarative specification of the Dialog actions.
Sets the possible layout of the action buttons.
Default:
'stretched'
Events
Fires when the user clicks an action button.