Xceed Toolkit Plus for WPF v4.6 Documentation
Item Property (QueryItemFromTextEventArgs)


Xceed.Wpf.Toolkit Assembly > Xceed.Wpf.Toolkit Namespace > QueryItemFromTextEventArgs Class : Item Property
The item corresponding to the maching text. This value should be set by the user if there is a matching item for the specified text.
Syntax
'Declaration
 
Public Property Item As Object
'Usage
 
Dim instance As QueryItemFromTextEventArgs

Dim value As Object

 

instance.Item = value

 

value = instance.Item
public object Item {get; set;}
Requirements

See Also

Reference

QueryItemFromTextEventArgs Class
QueryItemFromTextEventArgs Members