menu

UWP

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

    Show / Hide Table of Contents

    Interface IFlowchartDataSourceSettings

    Represents to populate the diagram with node from an external flowchart data source.

    Inherited Members
    IDataSourceSettings.DataSource
    IDataSourceSettings.Id
    IDataSourceSettings.ParentId
    IDataSourceSettings.Root
    Namespace: Syncfusion.UI.Xaml.Diagram
    Assembly: Syncfusion.SfDiagram.UWP.dll
    Syntax
    public interface IFlowchartDataSourceSettings : IDataSourceSettings, INotifyPropertyChanged

    Properties

    ConnectorTextMapping

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

    Declaration
    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
    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
    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
    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
    string WidthMapping { get; set; }
    Property Value
    Type
    System.String

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved