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

DiagramConnectionDefaultsEditableSettingsToolBuilder

Methods

Name(System.String)

The name of the tool. The built-in tools are "edit" and "delete".

Parameters

value - System.String

The value that configures the name.

HtmlAttributes(System.Object)

Specifies the HTML attributes of a button.

Parameters

value - System.Object

The value that configures the htmlattributes.

HtmlAttributes(System.Collections.Generic.IDictionary)

Specifies the HTML attributes of a button.

Parameters

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

The value that configures the htmlattributes.

Buttons(System.Action)

Specifies the buttons of ButtonGroup.

Parameters

configurator - System.Action<DiagramConnectionDefaultsEditableSettingsToolButtonFactory>

The action that configures the buttons.

Click(System.String)

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

Parameters

value - System.String

The value that configures the click.

Enable(System.Boolean)

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

Parameters

value - System.Boolean

The value that configures the enable.

Group(System.String)

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

Parameters

value - System.String

The value that configures the group.

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 that configures the icon.

Id(System.String)

Specifies the ID of the button.

Parameters

value - System.String

The value that configures the 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 that configures the imageurl.

Specifies the menu buttons of a SplitButton.

Parameters

configurator - System.Action<DiagramConnectionDefaultsEditableSettingsToolMenuButtonFactory>

The action that configures the menubuttons.

Overflow(System.String)

Specifies how the button behaves when the ToolBar is resized. Possible values are "always", "never" or "auto" (default).

Parameters

value - System.String

The value that configures the overflow.

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 that configures the overflowtemplate.

OverflowTemplateId(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 that configures the overflowtemplate.

OverflowTemplateView(System.Web.Mvc.MvcHtmlString)

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

Parameters

value - System.Web.Mvc.MvcHtmlString

The value that configures the overflowtemplate.

OverflowTemplateHandler(System.String)

Parameters

value - System.String

Primary(System.Boolean)

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

Parameters

value - System.Boolean

The value that configures the primary.

Selected(System.Boolean)

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

Parameters

value - System.Boolean

The value that configures the selected.

ShowIcon(System.String)

Specifies where the button icon will be displayed. Possible values are "toolbar", "overflow" or "both" (default).

Parameters

value - System.String

The value that configures the showicon.

ShowText(System.String)

Specifies where the text will be displayed. Possible values are "toolbar", "overflow" or "both" (default).

Parameters

value - System.String

The value that configures the showtext.

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 that configures the 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 that configures the template.

TemplateId(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 that configures the template.

TemplateView(System.Web.Mvc.MvcHtmlString)

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

Parameters

value - System.Web.Mvc.MvcHtmlString

The value that configures the template.

TemplateHandler(System.String)

Parameters

value - System.String

Text(System.String)

Sets the text of the button.

Parameters

value - System.String

The value that configures the text.

Togglable(System.Boolean)

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

Parameters

value - System.Boolean

The value that configures the togglable.

Toggle(System.String)

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

Parameters

value - System.String

The value that configures the toggle.

Type(System.String)

Specifies the command type. Supported types are "button", "splitButton", "buttonGroup", "separator".

Parameters

value - System.String

The value that configures the type.

Url(System.String)

Specifies the url to navigate to.

Parameters

value - System.String

The value that configures the url.

In this article
Not finding the help you need?