ActionSheetComponent
Represents the Kendo UI ActionSheet component for Angular. Use this component to display a set of choices related to a user-initiated task in a modal sheet that slides up from the bottom of the screen.
<kendo-actionsheet [items]="actionItems" [expanded]="true">
</kendo-actionsheet>
Selector
kendo-actionsheet
Export Name
Accessible in templates as #kendoActionSheetInstance="kendoActionSheet"
Inputs
Name | Type | Default | Description |
---|---|---|---|
actions |
|
Specifies the action buttons displayed in the ActionSheet footer. | |
actionsLayout |
|
Configures the layout of the action buttons in the footer. By default, actions are arranged horizontally and stretched to fill the container. | |
animation |
|
|
Configures the opening and closing animations for the ActionSheet (see example). |
cssClass |
|
Applies CSS classes to the inner ActionSheet element. Accepts any value supported by | |
cssStyle |
|
Applies inline styles to the inner ActionSheet element. Accepts any value supported by | |
expanded |
|
|
Controls whether the ActionSheet is expanded or collapsed. |
items |
|
Provides the collection of items rendered in the ActionSheet content area. | |
overlayClickClose |
|
|
Determines whether the ActionSheet closes when the overlay is clicked. |
subtitle |
|
Sets the subtitle text displayed below the title in the header. | |
title |
|
Sets the title text displayed in the ActionSheet header. | |
titleId |
|
Sets the |
Events
Name | Type | Description |
---|---|---|
action |
|
Fires when any of the ActionSheet action buttons is clicked. |
collapse |
|
Fires when the ActionSheet is collapsed and its animation is complete. |
expand |
|
Fires when the ActionSheet is expanded and its animation is complete. |
expandedChange |
|
Fires when the |
itemClick |
|
Fires when an ActionSheet item is clicked. |
overlayClick |
|
Fires when the modal overlay is clicked. |
Methods
toggle | ||||||
---|---|---|---|---|---|---|
Toggles the visibility of the ActionSheet. | ||||||
|