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

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