Spread for ASP.NET 12 Product Documentation
DataSource Property (AjaxComboBoxCellType)


FarPoint.Web.Spread.Extender Assembly > FarPoint.Web.Spread.Extender Namespace > AjaxComboBoxCellType Class : DataSource Property
Gets or sets the object from which the data-bound control retrieves its list of data items.
Syntax
'Declaration
 
Public Property DataSource As Object
'Usage
 
Dim instance As AjaxComboBoxCellType
Dim value As Object
 
instance.DataSource = value
 
value = instance.DataSource
public object DataSource {get; set;}
See Also

Reference

AjaxComboBoxCellType Class
AjaxComboBoxCellType Members