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


In This Topic
    Item Property (QueryTextFromItemEventArgs)
    In This Topic
    The item corresponding to the maching text.
    Syntax
    'Declaration
     
    Public ReadOnly Property Item As Object
    'Usage
     
    Dim instance As QueryTextFromItemEventArgs
    Dim value As Object
     
    instance.Item = value
     
    value = instance.Item
    public object Item {get;}
    Requirements

    See Also