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


In This Topic
    DataSource Property (AjaxComboBoxCellType)
    In This Topic
    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;}
    Example
    This example sets the DataSource property.
    See Also