Class DiagramDataMapSetting
Inheritance
System.Object
Syncfusion.EJ2.EJTagHelper
DiagramDataMapSetting
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.EJ2.Diagrams
Assembly: Syncfusion.AspNetMvc.Diagram.dll
Syntax
public class DiagramDataMapSetting : EJTagHelper
Constructors
DiagramDataMapSetting()
Declaration
public DiagramDataMapSetting()
Properties
Field
Defines the Fields for the Data Map Items
Declaration
public string Field { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | The default value is "" |
Property
Defines the property of a Data Map Items
Declaration
public string Property { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | The default value is "" |