menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ConnectionObject - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ConnectionObject

    Specifies the source and the target details of the connector.

    Inheritance
    System.Object
    ConnectionObject
    Namespace: Syncfusion.Blazor.Diagram
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class ConnectionObject : Object
    Examples
    <SfDiagramComponent  ConnectionChanging="ConnectionChanging">
    </SfDiagramComponent>
     private void ConnectionChanging(ConnectionChangingEventArgs args)
    {
       ConnectionObject obj;
    }

    Constructors

    ConnectionObject()

    Declaration
    public ConnectionObject()

    Properties

    SourceID

    Gets the source node id of the connector.

    Declaration
    public string SourceID { get; }
    Property Value
    Type
    System.String

    SourcePortID

    Gets the source port id of the connector.

    Declaration
    public string SourcePortID { get; }
    Property Value
    Type
    System.String

    TargetID

    Gets the target node id of the connector.

    Declaration
    public string TargetID { get; }
    Property Value
    Type
    System.String

    TargetPortID

    Gets the target port id of the connector.

    Declaration
    public string TargetPortID { get; }
    Property Value
    Type
    System.String
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved