Class DiagramDataMapSetting
Inheritance
System.Object
DiagramDataMapSetting
Assembly: Syncfusion.EJ2.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 |
|
IsChild
Declaration
protected override bool IsChild { get; }
Property Value
Type |
Description |
System.Boolean |
|
Overrides
Property
Defines the property of a Data Map Items
Declaration
public string Property { get; set; }
Property Value
Type |
Description |
System.String |
|