Spread ASP.NET 17
FarPoint.Web.Spread.Extender Assembly / FarPoint.Web.Spread.Extender Namespace / AjaxComboBoxCellType Class / DataSourceID Property


In This Topic
    DataSourceID Property (AjaxComboBoxCellType)
    In This Topic
    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