[]
        
(Showing Draft Content)

GrapeCity.Win.Spread.InputMan.CellType.GcComboBoxCellType.DataSource

DataSource Property

DataSource

Gets or sets the data source.

Declaration
public object DataSource { get; set; }
Public Property DataSource As Object
Property Value
Type Description
object

An object that indicates the data source.
The default is null.

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
DataMember