Spread WinForms 15
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / GcComboBoxCellType Class / DataSource Property


In This Topic
DataSource Property (GcComboBoxCellType)
In This Topic
Gets or sets the data source.
Syntax
'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).
Remarks
A data source can be a database, a Web service, or an object that can later be used to generate data-bound controls. When the DataSource property is set, the items collection cannot be modified.
See Also