ActionSheet

Example

Razor
<kendo-actionsheet>
    <action-buttons></action-buttons>
    <content-template></content-template>
    <footer-template></footer-template>
    <items></items>
    <popup-animation></popup-animation>
    <start-button />
</kendo-actionsheet>

ChildTags

Attributes

AttributeTypeDescription
nameStringSets the name of the component.
as-moduleBoolean
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.
action-buttons-alignmentActionButtonsAlignmentControls the alignment of the action buttons in the footer. This configuation works only in horizontal mode.
action-buttons-orientationActionButtonsOrientationDetermines the orientation of the action buttons.
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.
close-buttonBooleanWhether a close button would be rendered in the titlebar. A title needs to be set to get the titlebar rendered.
close-on-clickBooleanDetermines whether the ActionSheet will close when clicking outside of it. If set to false, the ActionSheet will remain open until explicitly closed through code or by clicking the close button (if enabled).
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-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.
fullscreenBooleanSpecifies whether the adaptive actionsheet would cover the entire screen when opened.
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
deferredBooleanSuppress initialization script rendering. Note that this options should be used in conjunction with DeferredScripts method.
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.
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.
script-attributesIDictionary<String,Object>
In this article
ExampleChildTagsAttributes
Not finding the help you need?
Contact Support