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

In This Topic
    IsTagEditable Property (C1TagEditor)
    In This Topic
    Gets or sets a value that determines whether the tags are editable or not.
    Syntax
    'Declaration
     
    
    Public Property IsTagEditable As Boolean
    public bool IsTagEditable {get; set;}
    See Also