ActionSheet

Example

<kendo-actionsheet>
    <items></items>
</kendo-actionsheet>

ChildTags

Tag Name Details
items ActionSheetItemsTagHelper

Attributes

Attribute Type Description
name String Sets the name of the component.
as-child-component Boolean
footer-template-id String The text or the function whose result will be shown within the footer of the ActionSheet. The footer template will be disregarded if there are actionButtons defined in the widget options.
deferred Boolean Suppress initialization script rendering. Note that this options should be used in conjunction with DeferredScripts method.
is-in-client-template Boolean When placing a Tag Helper within a Kendo Template, set the type to text/html and add the is-in-client-template="true" attribute.
adaptive Boolean When the ActionSheet is adaptive, it occupies the full width of the screen and has the option to cover the entire screen if the fullscreen is set to true as well.
close-button Boolean Whether a close button would be rendered in the titlebar. A title needs to be set to get the titlebar rendered.
content-template String The text or the function whose result will be shown within the ActionSheet. By default, the ActionSheet will display the content of the target element. The content template will be disregarded if there are items defined in the widget options.
content-template-handler String The text or the function whose result will be shown within the ActionSheet. By default, the ActionSheet will display the content of the target element. The content template will be disregarded if there are items defined in the widget options.
content-template-id String The text or the function whose result will be shown within the ActionSheet. By default, the ActionSheet will display the content of the target element. The content template will be disregarded if there are items defined in the widget options.
content-template-view IHtmlContent The text or the function whose result will be shown within the ActionSheet. By default, the ActionSheet will display the content of the target element. The content template will be disregarded if there are items defined in the widget options.
footer-template String The text or the function whose result will be shown within the footer of the ActionSheet. The footer template will be disregarded if there are actionButtons defined in the widget options.
footer-template-handler String The text or the function whose result will be shown within the footer of the ActionSheet. The footer template will be disregarded if there are actionButtons defined in the widget options.
footer-template-view IHtmlContent The text or the function whose result will be shown within the footer of the ActionSheet. The footer template will be disregarded if there are actionButtons defined in the widget options.
fullscreen Boolean Specifies whether the adaptive actionsheet would cover the entire screen when opened.
has-client-component Boolean
on-activate String Fired when the widget is opened.The event handler function context (available via the this keyword) will be set to the widget instance.
on-close String Fired when the widget closes.The event handler function context (available via the this keyword) will be set to the widget instance.
on-deactivate String Fired when the widget is closed.The event handler function context (available via the this keyword) will be set to the widget instance.
on-open String Fired when the widget opens.The event handler function context (available via the this keyword) will be set to the widget instance.
sanitize-id Boolean
subtitle String Specifies the subtitle of the component. Requires the title to be configured in order to have the titlebar rendered.
title String Specifies the title of the component
In this article
Not finding the help you need?