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