New to Telerik UI for ASP.NET Core? Download free 30-day trial

ActionSheetTagHelper

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.
on-close 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 is opened.The event handler function context (available via the this keyword) will be set to the widget instance.
title String Specifies the title of the component
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.
deferred Boolean Suppress initialization script rendering. Note that this options should be used in conjunction with DeferredScripts method.
as-child-component Boolean
In this article
Not finding the help you need?