menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Interface IDataSourceSettings - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved