Xceed Toolkit Plus for WPF v5.0 Documentation
Xceed.Wpf.Toolkit Assembly / Xceed.Wpf.Toolkit Namespace / QuerySuggestItemForTextEventArgs Class / SuggestItem Property


    SuggestItem Property
    This value should be set to True to specify if the provided item should be displayed in the dropdown suggestion box, taking into account the actual input provided by the QuerySuggestItemForTextEventArgs.Text property.
    Syntax
    'Declaration
     
    Public Property SuggestItem As Nullable(Of Boolean)
     
    'Usage
     
    Dim instance As QuerySuggestItemForTextEventArgs
    Dim value As Nullable(Of Boolean)
     
    instance.SuggestItem = value
     
    value = instance.SuggestItem
    Requirements

    See Also