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


    Text Property (QueryTextFromItemEventArgs)
    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
    Requirements

    See Also