Kendo.Mvc.UI.Fluent.DiagramConnectionEditableSettingsBuilder
Defines the fluent API for configuring DiagramConnectionEditableSettings
Methods
Tools(System.Action<Kendo.Mvc.UI.Fluent.DiagramConnectionEditableSettingsToolFactory<T,T>>)
Specifies the the toolbar tools. Supports all options supported for the toolbar.items. Predefined tools are: "edit" - The selected item can be edited or "delete" - The selected items can be deleted.
Parameters
configurator System.Action<Kendo.Mvc.UI.Fluent.DiagramConnectionEditableSettingsToolFactory>
The configurator for the tools setting.