FloatingActionButtonItemBuilder
Methods
Enabled(System.Boolean)
Specifies whether the Item is enabled or not. By default all items are enabled.
Parameters
value - System.Boolean
The value for Enabled
Click(System.String)
Specifies the click event handler of the speed-dial item.
Parameters
handler - System.String
The name of the JavaScript function that will be evaluated.
Click(System.Func)
Specifies the click event handler of the speed-dial item.
Parameters
handler - System.Func<Object,Object>
The handler code wrapped in a text tag.
CssClass(System.String)
Specifies a set of CSS classes for the speed-dial item.
Parameters
value - System.String
The value for CssClass
Icon(System.String)
Specifies the name for an existing icon in a Kendo UI theme that is rendered in the speed-dial item.See the Web Font Icons help article for more details on Kendo UI icons.
Parameters
value - System.String
The value for Icon
Label(System.String)
Specifies the label for the speed-dial item.
Parameters
value - System.String
The value for Label
Template(System.String)
Specifies the template used to render the contents of the speed-dial item.The fields which can be used inside the template are: text String - the label of the item (if configured). or icon String - the icon specified for this step (if configured)..
Parameters
value - System.String
The value for Template
TemplateId(System.String)
Specifies the template used to render the contents of the speed-dial item.The fields which can be used inside the template are: text String - the label of the item (if configured). or icon String - the icon specified for this step (if configured)..
Parameters
templateId - System.String
The ID of the template element for Template
TemplateView(Microsoft.AspNetCore.Html.IHtmlContent)
Specifies the template used to render the contents of the speed-dial item.The fields which can be used inside the template are: text String - the label of the item (if configured). or icon String - the icon specified for this step (if configured)..
Parameters
templateView - Microsoft.AspNetCore.Html.IHtmlContent
The view that contains the template for Template
TemplateHandler(System.String)
Specifies the template used to render the contents of the speed-dial item.The fields which can be used inside the template are: text String - the label of the item (if configured). or icon String - the icon specified for this step (if configured)..
Parameters
templateHandler - System.String
The handler that returs the template for Template
Template(Kendo.Mvc.UI.TemplateBuilder)
Specifies the template used to render the contents of the speed-dial item.The fields which can be used inside the template are: text String - the label of the item (if configured). or icon String - the icon specified for this step (if configured)..
Parameters
template - TemplateBuilder<TModel>
A Template component that configures the template.
Title(System.String)
Specifies the label for the speed-dial item that will be read by assistive technologies.
Parameters
value - System.String
The value for Title