menu

WPF

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

    Show / Hide Table of Contents

    Class FlowchartDataSourceSettings

    Represents to populate the Diagram with Node from an external flowchart data source.

    Inheritance
    System.Object
    DataSourceSettings
    FlowchartDataSourceSettings
    Implements
    IFlowchartDataSourceSettings
    IDataSourceSettings
    System.ComponentModel.INotifyPropertyChanged
    Inherited Members
    DataSourceSettings.DataSource
    DataSourceSettings.Id
    DataSourceSettings.ParentId
    DataSourceSettings.Root
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Syncfusion.UI.Xaml.Diagram
    Assembly: Syncfusion.SfDiagram.WPF.dll
    Syntax
    public class FlowchartDataSourceSettings : DataSourceSettings, IFlowchartDataSourceSettings, IDataSourceSettings, INotifyPropertyChanged

    Constructors

    FlowchartDataSourceSettings()

    Initializes a new instance of the FlowchartDataSourceSettings class.

    Declaration
    public FlowchartDataSourceSettings()

    Properties

    ConnectorTextMapping

    Gets or sets the property name to map the ConnectorText in the underlying data object to data source item.

    Declaration
    public string ConnectorTextMapping { get; set; }
    Property Value
    Type
    System.String

    ContentMapping

    Gets or sets the property name to map the Content in the underlying data object to data source item.

    Declaration
    public string ContentMapping { get; set; }
    Property Value
    Type
    System.String

    HeightMapping

    Gets or sets the property name to map the Height in the underlying data object to data source item.

    Declaration
    public string HeightMapping { get; set; }
    Property Value
    Type
    System.String

    ShapeMapping

    Gets or sets the property name to map the Shape in the underlying data object to data source item.

    Declaration
    public string ShapeMapping { get; set; }
    Property Value
    Type
    System.String

    WidthMapping

    Gets or sets the property name to map the Width in the underlying data object to data source item.

    Declaration
    public string WidthMapping { get; set; }
    Property Value
    Type
    System.String

    Methods

    OnPropertyChanged(String)

    Invoked whenever the effective value of any dependency property on this FrameworkElement has been updated. The specific dependency property that changed is reported in the arguments parameter. Overrides OnPropertyChanged(name).

    Declaration
    protected override void OnPropertyChanged(string name)
    Parameters
    Type Name Description
    System.String name
    Overrides
    DataSourceSettings.OnPropertyChanged(String)

    Events

    PropertyChanged

    Occurs when a property value changes.

    Declaration
    public event PropertyChangedEventHandler PropertyChanged
    Event Type
    Type
    System.ComponentModel.PropertyChangedEventHandler

    Implements

    IFlowchartDataSourceSettings
    IDataSourceSettings
    System.ComponentModel.INotifyPropertyChanged
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved