Class DataSourceSettings
Represents the settings option of data source binding.
Inheritance
System.Object
DataSourceSettings
Namespace: Syncfusion.SfDiagram.Android
Assembly: Syncfusion.SfDiagram.Android.dll
Syntax
public class DataSourceSettings : Object
Constructors
DataSourceSettings()
Declaration
public DataSourceSettings()
Properties
DataSource
Gets or sets the data source.
Declaration
public object DataSource { get; set; }
Property Value
Type | Description |
---|---|
System.Object | Gets or sets the DataSource. |
Id
Gets or sets the Data source settings of the Diagram.
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 Data Source Settings parent id of the Diagram.
Declaration
public string ParentId { get; set; }
Property Value
Type | Description |
---|---|
System.String | Gets or sets the Parent Id for the Data Source Settings. |
Root
Gets or sets set the Root of the DataSource.
Declaration
public string Root { get; set; }
Property Value
Type | Description |
---|---|
System.String | Gets or sets the Root for the DataSourceSettings. |