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

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