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

In This Topic
    DataSource Property (MultiSelectBindingInfo)
    In This Topic
    Gets or sets the object used as the data source for the drop-down part of C1MultiSelect control.
    Syntax
    'Declaration
     
    
    Public Property DataSource As Object
    public object DataSource {get; set;}
    See Also