Xceed Toolkit Plus for WPF v5.0 Documentation
Xceed.Wpf.Toolkit Assembly / Xceed.Wpf.Toolkit Namespace / QueryTextFromItemEventArgs Class / Text Property


In This Topic
    Text Property (QueryTextFromItemEventArgs)
    In This Topic
    The text corresponding to the maching item. This value should be set by the user to specify the desired text representation of the item.
    Syntax
    'Declaration
     
    Public Property Text As String
    'Usage
     
    Dim instance As QueryTextFromItemEventArgs
    Dim value As String
     
    instance.Text = value
     
    value = instance.Text
    public string Text {get; set;}
    Requirements

    See Also