Class DiagramConnectionDataSource
Inheritance
System.Object
    Syncfusion.EJ2.EJTagHelper
    DiagramConnectionDataSource
  Namespace: Syncfusion.EJ2.Diagrams
Assembly: Syncfusion.EJ2.dll
Syntax
public class DiagramConnectionDataSource : EJTagHelper
  Constructors
DiagramConnectionDataSource()
Declaration
public DiagramConnectionDataSource()
  Properties
ContentTemplate
To get or set value for ContentTemplate.
Declaration
public MvcTemplate<object> ContentTemplate { get; set; }
  Property Value
| Type | 
|---|
| Syncfusion.EJ2.MvcTemplate<System.Object> | 
CrudAction
Add CrudAction to connector data source
Declaration
public DiagramCrudAction CrudAction { get; set; }
  Property Value
| Type | Description | 
|---|---|
| DiagramCrudAction | The default value is null  | 
      
DataManager
Sets the data source either as a collection of objects or as an URL of DataManager
Declaration
public object DataManager { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Object | The default value is null  | 
      
Id
set an id for connector dataSource
Declaration
public override string Id { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | The default value is ""  | 
      
Overrides
Syncfusion.EJ2.EJTagHelper.Id
  
  
  
  SourceID
define sourceID to connect with connector
Declaration
public string SourceID { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | The default value is ""  | 
      
SourcePointX
define sourcePoint to render connector startPoint
Declaration
public double SourcePointX { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Double | The default value is Double.NaN  | 
      
SourcePointY
define sourcePoint to render connector startPoint
Declaration
public double SourcePointY { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Double | The default value is Double.NaN  | 
      
TargetID
define targetID to connect with connector
Declaration
public string TargetID { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | The default value is ""  | 
      
TargetPointX
define targetPoint to render connector targetPoint
Declaration
public double TargetPointX { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Double | The default value is Double.NaN  | 
      
TargetPointY
define targetPoint to render connector targetPoint
Declaration
public double TargetPointY { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Double | The default value is Double.NaN  |