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

In This Topic
    TagsMemberPath Property (MultiSelectBindingInfo)
    In This Topic
    Gets or sets a path to a value on the source object for the tags of C1MultiSelect control.
    Syntax
    'Declaration
     
    
    Public Property TagsMemberPath As String
    public string TagsMemberPath {get; set;}
    See Also