alexa
menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Search Results for

    Show / Hide Table of Contents

    Class AutoCompleteFilterParams

    Provides filter settings to customize the SfAutoComplete<TValue, TItem> component used in the filter menu and the Excel-like filter dialogs of the Grid.

    Inheritance
    object
    AutoCompleteFilterParams
    Implements
    IFilterSettings
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Syncfusion.Blazor.Grids
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class AutoCompleteFilterParams : IFilterSettings

    Constructors

    AutoCompleteFilterParams()

    Declaration
    public AutoCompleteFilterParams()

    Properties

    AutoCompleteParams

    Gets or sets the configuration settings for the built-in SfAutoComplete<TValue, TItem> component used in the filter menu and the Excel-like filter dialogs of the Grid.

    Declaration
    public AutoCompleteModel AutoCompleteParams { get; set; }
    Property Value
    Type Description
    AutoCompleteModel

    An AutoCompleteModel object defining customization options such as minimum input length, clear and popup buttons, debounce delay, suggestion count, auto-fill, highlight behavior, and more.

    Remarks

    This property is applicable only when the ColumnType is String.

    Implements

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