alexa
menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Search Results for

    Show / Hide Table of Contents

    Class ConnectionObject

    Specifies the source and the target details of the connector.

    Inheritance
    object
    ConnectionObject
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Syncfusion.Blazor.Diagram
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class ConnectionObject
    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
    string

    SourcePortID

    Gets the source port id of the connector.

    Declaration
    public string? SourcePortID { get; }
    Property Value
    Type
    string

    TargetID

    Gets the target node id of the connector.

    Declaration
    public string? TargetID { get; }
    Property Value
    Type
    string

    TargetPortID

    Gets the target port id of the connector.

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