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


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

Reference

AjaxComboBoxCellType Class
AjaxComboBoxCellType Members