Class TableSearchBox
The class for the SearchBox you can add in the toolbar.
Inheritance
System.Object
Telerik.Blazor.Components.Common.BaseComponent
TableSearchBox
Namespace: Telerik.Blazor.Components.Common.Grid.SearchBox
Assembly: Telerik.Blazor.dll
Syntax
public class TableSearchBox : BaseComponent, IDisposable
Constructors
TableSearchBox()
Declaration
public TableSearchBox()
Properties
DebounceDelay
Time in ms between last typed symbol and the filtering operation.
Declaration
public int DebounceDelay { get; set; }
Property Value
System.Int32
|
Fields
Field names to use for searching. Leave empty to use all string fields.
Declaration
public IList<string> Fields { get; set; }
Property Value
System.Collections.Generic.IList<System.String>
|
Methods
Dispose()
Declaration
public override void Dispose()
Overrides
Telerik.Blazor.Components.Common.BaseComponent.Dispose()