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