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

ToolBarItemBuilder

Methods

HtmlAttributes(System.Collections.Generic.IDictionary)

Specifies the HTML attributes of a ToolBar button.

Parameters

value - System.Collections.Generic.IDictionary<String,Object>

The value for HtmlAttributes

HtmlAttributes(System.Object)

Specifies the HTML attributes of a ToolBar button.

Parameters

value - System.Object

The value for HtmlAttributes

Buttons(System.Action)

Specifies the buttons of ButtonGroup.

Parameters

configurator - System.Action<ToolBarItemButtonFactory>

The configurator for the buttons setting.

Click(System.String)

Specifies the click event handler of the button. Applicable only for commands of type button and splitButton.

Parameters

handler - System.String

The name of the JavaScript function that will be evaluated.

Click(System.Func)

Specifies the click event handler of the button. Applicable only for commands of type button and splitButton.

Parameters

handler - System.Func<Object,Object>

The handler code wrapped in a text tag.

Enable(System.Boolean)

Specifies whether the control is initially enabled or disabled. Default value is "true".

Parameters

value - System.Boolean

The value for Enable

Group(System.String)

Assigns the button to a group. Applicable only for buttons with togglable: true.

Parameters

value - System.String

The value for Group

Hidden(System.Boolean)

Determines if a button is visible or hidden. By default buttons are visible.

Parameters

value - System.Boolean

The value for Hidden

Hidden()

Determines if a button is visible or hidden. By default buttons are visible.

Icon(System.String)

Sets icon for the item. The icon should be one of the existing in the Kendo UI theme sprite.

Parameters

value - System.String

The value for Icon

Id(System.String)

Specifies the ID of the button.

Parameters

value - System.String

The value for Id

ImageUrl(System.String)

If set, the ToolBar will render an image with the specified URL in the button.

Parameters

value - System.String

The value for ImageUrl

Specifies the menu buttons of a SplitButton or a DropDownButton.

Parameters

configurator - System.Action<ToolBarItemMenuButtonFactory>

The configurator for the menubuttons setting.

OverflowTemplate(System.String)

Specifies what element will be added in the command overflow popup. Applicable only for items that have a template.

Parameters

value - System.String

The value for OverflowTemplate

OverflowTemplateId(System.String)

Specifies what element will be added in the command overflow popup. Applicable only for items that have a template.

Parameters

templateId - System.String

The ID of the template element for OverflowTemplate

OverflowTemplateView(Microsoft.AspNetCore.Html.IHtmlContent)

Specifies what element will be added in the command overflow popup. Applicable only for items that have a template.

Parameters

templateView - Microsoft.AspNetCore.Html.IHtmlContent

The view that contains the template for OverflowTemplate

OverflowTemplateHandler(System.String)

Specifies what element will be added in the command overflow popup. Applicable only for items that have a template.

Parameters

templateHandler - System.String

The handler that returs the template for OverflowTemplate

OverflowTemplate(Kendo.Mvc.UI.TemplateBuilder)

Specifies what element will be added in the command overflow popup. Applicable only for items that have a template.

Parameters

template - TemplateBuilder<TModel>

A Template component that configures the overflowtemplate.

Primary(System.Boolean)

Specifies whether the button is primary. Primary buttons receive different styling.

Parameters

value - System.Boolean

The value for Primary

Primary()

Specifies whether the button is primary. Primary buttons receive different styling.

Selected(System.Boolean)

Specifies if the toggle button is initially selected. Applicable only for buttons with togglable: true.

Parameters

value - System.Boolean

The value for Selected

Selected()

Specifies if the toggle button is initially selected. Applicable only for buttons with togglable: true.

SpriteCssClass(System.String)

Defines a CSS class (or multiple classes separated by spaces) which will be used for button icon.

Parameters

value - System.String

The value for SpriteCssClass

Template(System.String)

Specifies what element will be added in the ToolBar wrapper. Items with template does not have a type.

Parameters

value - System.String

The value for Template

TemplateId(System.String)

Specifies what element will be added in the ToolBar wrapper. Items with template does not have a type.

Parameters

templateId - System.String

The ID of the template element for Template

TemplateView(Microsoft.AspNetCore.Html.IHtmlContent)

Specifies what element will be added in the ToolBar wrapper. Items with template does not have a type.

Parameters

templateView - Microsoft.AspNetCore.Html.IHtmlContent

The view that contains the template for Template

TemplateHandler(System.String)

Specifies what element will be added in the ToolBar wrapper. Items with template does not have a type.

Parameters

templateHandler - System.String

The handler that returs the template for Template

Template(Kendo.Mvc.UI.TemplateBuilder)

Specifies what element will be added in the ToolBar wrapper. Items with template does not have a type.

Parameters

template - TemplateBuilder<TModel>

A Template component that configures the template.

Text(System.String)

Sets the text of the button.

Parameters

value - System.String

The value for Text

Togglable(System.Boolean)

Specifies if the button is togglable, e.g. has a selected and unselected state.

Parameters

value - System.Boolean

The value for Togglable

Togglable()

Specifies if the button is togglable, e.g. has a selected and unselected state.

Toggle(System.String)

Specifies the toggle event handler of the button. Applicable only for commands of type button and togglable: true.

Parameters

handler - System.String

The name of the JavaScript function that will be evaluated.

Toggle(System.Func)

Specifies the toggle event handler of the button. Applicable only for commands of type button and togglable: true.

Parameters

handler - System.Func<Object,Object>

The handler code wrapped in a text tag.

Url(System.String)

Specifies the url to navigate to.

Parameters

value - System.String

The value for Url

Type(Kendo.Mvc.UI.CommandType)

Specifies the type of the item.

Parameters

value - CommandType

The value for Type

ShowText(Kendo.Mvc.UI.ShowIn)

Specifies where the text will be displayed.

Parameters

value - ShowIn

The value for ShowText

ShowIcon(Kendo.Mvc.UI.ShowIn)

Specifies where the icon will be displayed.

Parameters

value - ShowIn

The value for ShowIcon

Overflow(Kendo.Mvc.UI.ShowInOverflowPopup)

Specifies how the button behaves when the ToolBar is resized.

Parameters

value - ShowInOverflowPopup

The value for Overflow

In this article
Not finding the help you need?