ComponentOne MultiSelect for WinForms
C1.Win.Input.Base Namespace / C1DropDownControlBase Class / DataSource Property

In This Topic
    DataSource Property (C1DropDownControlBase)
    In This Topic
    Gets or sets the data source object to which the control is bound.
    Syntax
    'Declaration
     
    
    Public MustOverride Property DataSource As Object
    public abstract object DataSource {get; set;}
    See Also