Class
DiagramConnectionEditableDescriptor

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:

cs-api-definition
public class DiagramConnectionEditableDescriptor : DataVizChildComponentDescriptor

Inheritance: objectDataVizChildComponentDescriptorDiagramConnectionEditableDescriptor

Constructors

DiagramConnectionEditableDescriptor()

Declaration

cs-api-definition
public DiagramConnectionEditableDescriptor()

Properties

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.

Declaration

cs-api-definition
public bool? Enabled { get; set; }

Property Value

bool?

Methods

Serialize()

Declaration

cs-api-definition
public Dictionary<string, object> Serialize()

Returns

Dictionary<string, object>