TreeView for WinForms | ComponentOne
C1.Win.TreeView Namespace / BindingInfo Class / DataSource Property

In This Topic
    DataSource Property (BindingInfo)
    In This Topic
    Gets or sets the object used as the data source for the current tree view control.
    Syntax
    'Declaration
     
    
    <C1CategoryAttribute("Data")>
    <C1DescriptionAttribute("BindingInfo.DataSource", "Gets or sets the object used as the data source for the current tree view control.")>
    <DefaultValueAttribute("")>
    <AttributeProviderAttribute(System.ComponentModel.IListSource)>
    Public Property DataSource As Object
    [C1Category("Data")]
    [C1Description("BindingInfo.DataSource", "Gets or sets the object used as the data source for the current tree view control.")]
    [DefaultValue("")]
    [AttributeProvider(System.ComponentModel.IListSource)]
    public object DataSource {get; set;}
    See Also