menu

Xamarin.Forms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class DataSourceSettings - Xamarin.Forms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class DataSourceSettings

    Represents the class for retrieving DataSourceSettings.

    Inheritance
    System.Object
    DataSourceSettings
    Namespace: Syncfusion.SfDiagram.XForms
    Assembly: Syncfusion.SfDiagram.XForms.dll
    Syntax
    public class DataSourceSettings : BindableObject

    Constructors

    DataSourceSettings()

    Initializes a new instance of the DataSourceSettings class.

    Declaration
    public DataSourceSettings()

    Fields

    DataSourceProperty

    Represents the bindable property of DataSource.

    Declaration
    public static readonly BindableProperty DataSourceProperty
    Field Value
    Type
    Xamarin.Forms.BindableProperty

    IdProperty

    Represents the bindable property of Id.

    Declaration
    public static readonly BindableProperty IdProperty
    Field Value
    Type
    Xamarin.Forms.BindableProperty

    ParentIdProperty

    Represents the bindable property of ParentId.

    Declaration
    public static readonly BindableProperty ParentIdProperty
    Field Value
    Type
    Xamarin.Forms.BindableProperty

    RootProperty

    Represents the bindable property of Root.

    Declaration
    public static readonly BindableProperty RootProperty
    Field Value
    Type
    Xamarin.Forms.BindableProperty

    Properties

    DataSource

    Gets or sets the DataSource for the DataSourceSetting. This is a bindable property.

    Declaration
    public object DataSource { get; set; }
    Property Value
    Type
    System.Object

    Id

    Gets or sets the Id for the DataSourceSetting. This is a bindable property.

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

    The string value.

    ParentId

    Gets or sets the ParentId for the DataSourceSetting. This is a bindable property.

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

    The string value.

    Root

    Gets or sets the Root element for the DataSourceSetting. This is a bindable property.

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

    The string value.

    Methods

    OnBindingContextChanged()

    Override the method from base class to execute an action when the BindingContext changes.

    Declaration
    protected override void OnBindingContextChanged()
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved