Class DiagramDataSource
Inheritance
System.Object
DiagramDataSource
Assembly: Syncfusion.EJ2.dll
Syntax
public class DiagramDataSource : EJTagHelper
Constructors
DiagramDataSource()
Declaration
public DiagramDataSource()
Properties
ConnectionDataSource
define connectorDataSource collection
Declaration
public DiagramConnectionDataSource ConnectionDataSource { get; set; }
Property Value
ContentTemplate
To get or set value for ContentTemplate.
Declaration
public MvcTemplate<object> ContentTemplate { get; set; }
Property Value
CrudAction
Add CrudAction to data source
Declaration
public DiagramCrudAction CrudAction { get; set; }
Property Value
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 |
|
DataMapSettings
A collection of JSON objects where each object represents an Data Map Items.
Declaration
public List<DiagramDataMapSetting> DataMapSettings { get; set; }
Property Value
DataSource
Sets the data source either as a collection of objects or as an URL of DataManager
Declaration
public object DataSource { get; set; }
Property Value
Type |
Description |
System.Object |
|
DoBinding
Binds the custom data with node model
Declaration
public object DoBinding { get; set; }
Property Value
Type |
Description |
System.Object |
|
Id
Sets the unique id of the data source items
Declaration
public override string Id { get; set; }
Property Value
Type |
Description |
System.String |
|
Overrides
IsComplex
Declaration
protected override bool IsComplex { get; }
Property Value
Type |
Description |
System.Boolean |
|
Overrides
ParentId
Sets the unique id that defines the relationship between the data source items
Declaration
public string ParentId { get; set; }
Property Value
Type |
Description |
System.String |
|
ParentPropertyName
Declaration
protected override string ParentPropertyName { get; }
Property Value
Type |
Description |
System.String |
|
Overrides
Root
Sets the unique id of the root data source item
Declaration
public string Root { get; set; }
Property Value
Type |
Description |
System.String |
|