Xceed Toolkit Plus for WPF v4.6 Documentation
Text Property (QueryTextFromItemEventArgs)


Xceed.Wpf.Toolkit Assembly > Xceed.Wpf.Toolkit Namespace > QueryTextFromItemEventArgs Class : Text Property
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

Reference

QueryTextFromItemEventArgs Class
QueryTextFromItemEventArgs Members