[Root] / Xceed.Wpf.Toolkit Assembly / Xceed.Wpf.Toolkit Namespace / TokenizedTextBox Class / Text Property


In This Topic
    Text Property (TokenizedTextBox)
    In This Topic
    Gets or sets the Text string behind the TokenizedTextBox's content.
    Syntax
    'Declaration
     
    
    Public Property Text As String
    'Usage
     
    
    Dim instance As TokenizedTextBox
    Dim value As String
     
    instance.Text = value
     
    value = instance.Text
    public string Text {get; set;}

    Property Value

    The text string behind the TokenizedTextBox's content.
    Supported Frameworks

    See Also