menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class AutoCompleteFilterParams - Blazor API Reference | Syncfusion

    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
    System.Object
    AutoCompleteFilterParams
    Implements
    IFilterSettings
    Namespace: Syncfusion.Blazor.Grids
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class AutoCompleteFilterParams : Object, 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
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved