Kendo.Mvc.UI.Fluent.DiagramConnectionDefaultsEditableSettingsBuilder
Defines the fluent API for configuring the DiagramConnectionDefaultsEditableSettings settings.
Methods
Drag(System.Boolean)
Specifies if the connections can be dragged.
Parameters
value System.Boolean
The value that configures the drag.
Remove(System.Boolean)
Specifies if the connections can be removed.
Parameters
value System.Boolean
The value that configures the remove.
Tools(System.Action<Kendo.Mvc.UI.Fluent.DiagramConnectionDefaultsEditableSettingsToolFactory<T,T>>)
Specifies the the toolbar tools. Predefined tools are:
Parameters
configurator System.Action<Kendo.Mvc.UI.Fluent.DiagramConnectionDefaultsEditableSettingsToolFactory>
The action that configures the tools.