MultiSelect for WPF | ComponentOne
C1.WPF.Input Namespace / C1TagEditor Class / Tags Property

In This Topic
    Tags Property
    In This Topic
    Gets the string collection of tags.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Tags As ObservableCollection(Of C1Tag)
    public ObservableCollection<C1Tag> Tags {get;}
    See Also