Class TableSearchBox
The class for the SearchBox you can add in the toolbar.
Inherited Members
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>
|
FillMode
Specifies the fill mode of the searchbox component. Default value is Solid.
Declaration
public string FillMode { get; set; }
Property Value
System.String
|
Placeholder
Specifies the placeholder attribute of the searchbox component.
Declaration
public string Placeholder { get; set; }
Property Value
System.String
|
Rounded
Specifies the roundness of the searchbox component. Default value is Medium.
Declaration
public string Rounded { get; set; }
Property Value
System.String
|
Size
Specifies the Size of the searchbox component. Default value is Medium.
Declaration
public string Size { get; set; }
Property Value
System.String
|
Width
Specifies the width of the searchbox component.
Declaration
public string Width { get; set; }
Property Value
System.String
|
Methods
Dispose()
OnAfterRenderAsync(Boolean)
Declaration
protected override Task OnAfterRenderAsync(bool firstRender)
Parameters
System.Boolean
firstRender
|
Returns
System.Threading.Tasks.Task
|