ClassDiagramConnectionEditableDescriptor
Controls which aspects of a diagram connection users can edit interactively. Use this to enable or disable editing of connection endpoints, routing points, labels, and other properties. Allows granular control over user interaction capabilities for individual connections.
Definition
Namespace:Telerik.Blazor.Components
Assembly:Telerik.Blazor.dll
Syntax:
public class DiagramConnectionEditableDescriptor : DataVizChildComponentDescriptor
Inheritance: objectDataVizChildComponentDescriptorDiagramConnectionEditableDescriptor
Constructors
DiagramConnectionEditableDescriptor()
Declaration
public DiagramConnectionEditableDescriptor()
Properties
Drag
Specifies if the connection can be dragged.
Enabled
Enables or disables all editing interactions for the connection. When set to false, the connection becomes read-only and users cannot modify, select, or remove it. Use this to create fixed connections that represent permanent relationships in the diagram.
Points
Configures the connection points editing behavior. When set, users can drag connection endpoints and intermediate points to reposition connections.
Declaration
public DiagramConnectionEditablePointsDescriptor Points { get; set; }
Property Value
Methods
Serialize()
Declaration
public Dictionary<string, object> Serialize()
Returns