DiagramConnectionEditableSettingsBuilder

Methods

Tools(System.Action)

Specifies the connection toolbar tools. The built-in tools are: Edit() and Delete().

Parameters

configurator - System.Action<DiagramConnectionEditableSettingsToolFactory>

The action that configures the tools.

Example

Razor
 
             @(Html.Kendo().Diagram()
              .Name("diagram")
              .Connections(c => c
                .Add().Editable(e => e.Tools(tt => tt.Edit()))
               )
             )
             
In this article
MethodsTools(System.Action)
Not finding the help you need?
Contact Support