Xceed Toolkit for .NET Maui v2.0 Documentation
Xceed.Maui.Toolkit Assembly / Xceed.Maui.Toolkit Namespace / AutoCompleteTextBox Class / FilteredItems Property


In This Topic
    FilteredItems Property
    In This Topic
    Gets the items which passed the filter conditions; in other words, this property represents the list of items that will be displayed in the AutoCompleteTextBox's Popup while the user types & the input is being filtered.   
    Syntax
    'Declaration
     
    
    Public ReadOnly Property FilteredItems As IList
    'Usage
     
    
    Dim instance As AutoCompleteTextBox
    Dim value As IList
     
    instance.FilteredItems = value
     
    value = instance.FilteredItems
    public IList FilteredItems {get;}
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also