'Declaration
<System.ComponentModel.BindableAttribute(True)> <System.ComponentModel.DefaultValueAttribute("")> <System.ComponentModel.DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)> <System.Web.UI.ThemeableAttribute(False)> <WebCategoryAttribute("Data")> <WebSysDescriptionAttribute("BaseDataBoundControl_DataSource")> Public Overridable Property DataSource As System.Object
'Usage
Dim instance As NTreeView Dim value As System.Object instance.DataSource = value value = instance.DataSource
[System.ComponentModel.Bindable(true)] [System.ComponentModel.DefaultValue("")] [System.ComponentModel.DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)] [System.Web.UI.Themeable(false)] [WebCategory("Data")] [WebSysDescription("BaseDataBoundControl_DataSource")] public virtual System.object DataSource {get; set;}