Class DataSourceSettings
Represents the settings option of data source binding.
Inheritance
System.Object
DataSourceSettings
Namespace: Syncfusion.SfDiagram.iOS
Assembly: Syncfusion.SfDiagram.iOS.dll
Syntax
public class DataSourceSettings : Object
Constructors
DataSourceSettings()
Initializes a new instance of the DataSourceSettings class.
Declaration
public DataSourceSettings()
Properties
DataSource
Gets or sets the unique column/property name (like primary key) in the data source.
Declaration
public object DataSource { get; set; }
Property Value
Type |
---|
System.Object |
Id
Gets or sets the DataSourceSettings id of the SfDiagram.
Declaration
public string Id { get; set; }
Property Value
Type | Description |
---|---|
System.String | Gets or sets the ID of the Data Source settings. |
ParentId
Gets or sets the column/property name which represents hierarchical level (like foreign key).
Declaration
public string ParentId { get; set; }
Property Value
Type | Description |
---|---|
System.String | Gets or sets the ParentId for the Data Source Settings. |
Root
Gets or sets the sets the root element in the tree. This string should be in the unique column/property values.
Declaration
public string Root { get; set; }
Property Value
Type | Description |
---|---|
System.String | Gets or sets the Root for the DataSourceSettings. |