Xceed Toolkit Plus for WPF v5.0 Documentation
Xceed.Wpf.Toolkit Assembly / Xceed.Wpf.Toolkit Namespace / QueryItemFromTextEventArgs Class / Item Property


In This Topic
    Item Property (QueryItemFromTextEventArgs)
    In This Topic
    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