Xceed Toolkit Plus for WPF v5.0 Documentation
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.
    Requirements

    See Also