ActionSheet

Example

Razor
<kendo-actionsheet>
    <action-buttons></action-buttons>
    <content-template></content-template>
    <footer-template></footer-template>
    <items></items>
</kendo-actionsheet>

ChildTags

Tag NameDetails
action-buttonsActionSheetActionButtonsTagHelper
content-templateTemplateTagHelper
footer-templateTemplateTagHelper
itemsActionSheetItemsTagHelper

Attributes

AttributeTypeDescription
nameStringSets the name of the component.
footer-template-idStringThe 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.
deferredBooleanSuppress initialization script rendering. Note that this options should be used in conjunction with DeferredScripts method.
is-in-client-templateBooleanWhen placing a Tag Helper within a Kendo Template, set the type to text/html and add the is-in-client-template="true" attribute.
adaptiveBooleanWhen 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.
as-moduleBoolean
close-buttonBooleanWhether a close button would be rendered in the titlebar. A title needs to be set to get the titlebar rendered.
content-templateStringThe 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-handlerStringThe 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-idStringThe 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-viewIHtmlContentThe 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-templateStringThe 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-handlerStringThe 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-viewIHtmlContentThe 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.
fullscreenBooleanSpecifies whether the adaptive actionsheet would cover the entire screen when opened.
has-client-componentBoolean
on-activateStringFired when the widget is opened.The event handler function context (available via the this keyword) will be set to the widget instance.
on-closeStringFired when the widget closes.The event handler function context (available via the this keyword) will be set to the widget instance.
on-deactivateStringFired when the widget is closed.The event handler function context (available via the this keyword) will be set to the widget instance.
on-openStringFired when the widget opens.The event handler function context (available via the this keyword) will be set to the widget instance.
sanitize-idBoolean
script-attributesIDictionary<String,Object>
subtitleStringSpecifies the subtitle of the component. Requires the title to be configured in order to have the titlebar rendered.
titleStringSpecifies the title of the component
In this article
ExampleChildTagsAttributes
Not finding the help you need?
Contact Support