'Declaration
Public Property DataSource As Object
'Usage
Dim instance As GcComboBoxCellType Dim value As Object instance.DataSource = value value = instance.DataSource
public object DataSource {get; set;}
Property Value
An object that indicates the data source.The default is a null reference (Nothing in Visual Basic).