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
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.