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