'Declaration
<System.ComponentModel.DefaultValueAttribute("")> <SRCategoryAttribute("CatData")> <System.ComponentModel.RefreshPropertiesAttribute(RefreshProperties.Repaint)> <System.ComponentModel.AttributeProviderAttribute(System.ComponentModel.IListSource)> <SRDescriptionAttribute("DataGridDataSourceDescr")> Public Property DataSource As System.Object
'Usage
Dim instance As NDataSeriesGrid Dim value As System.Object instance.DataSource = value value = instance.DataSource
[System.ComponentModel.DefaultValue("")] [SRCategory("CatData")] [System.ComponentModel.RefreshProperties(RefreshProperties.Repaint)] [System.ComponentModel.AttributeProvider(System.ComponentModel.IListSource)] [SRDescription("DataGridDataSourceDescr")] public System.object DataSource {get; set;}