ComponentOne Input Library for WPF
C1.WPF.Input Namespace / TagEditorEditingEventArgs Class / Text Property

In This Topic
    Text Property (TagEditorEditingEventArgs)
    In This Topic
    Gets the text of the tag.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Text As String
    public string Text {get;}
    See Also