Interface IDataSourceSettings
Represents to populate the diagram with node from an external hierarchical data source.
Namespace: Syncfusion.UI.Xaml.Diagram
Assembly: Syncfusion.SfDiagram.WPF.dll
Syntax
public interface IDataSourceSettings : INotifyPropertyChanged
Properties
DataSource
Gets or sets data source either as a collection of objects or as an instance.
Declaration
object DataSource { get; set; }
Property Value
Type |
---|
System.Object |
Id
Gets or sets the unique id of the data source items.
Declaration
string Id { get; set; }
Property Value
Type |
---|
System.String |
ParentId
Gets or sets the parent id of the data source item.
Declaration
string ParentId { get; set; }
Property Value
Type |
---|
System.String |
Root
Gets or sets the unique id of the root data source item.
Declaration
string Root { get; set; }
Property Value
Type |
---|
System.String |