menu

MAUI

  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class AutocompleteFilterInfo - MAUI API Reference | Syncfusion

    Show / Hide Table of Contents

    Class AutocompleteFilterInfo

    Represents information for the FilterBehavior in SfAutocomplete control.

    Inheritance
    System.Object
    AutocompleteFilterInfo
    Namespace: Syncfusion.Maui.Inputs
    Assembly: Syncfusion.Maui.Inputs.dll
    Syntax
    public class AutocompleteFilterInfo : Object

    Constructors

    AutocompleteFilterInfo()

    Declaration
    public AutocompleteFilterInfo()

    Properties

    Text

    Gets the text entered in Autocomplete. Using this text, suggestion list gets prepared which gets displayed in the drop down list.

    Declaration
    public string Text { get; }
    Property Value
    Type Description
    System.String

    The text entered in Autocomplete.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved