ClassTableSearchBox
Class
The class for the SearchBox you can add in the toolbar.
Definition
Namespace:Telerik.Blazor.Components.Common.Grid.SearchBox
Assembly:Telerik.Blazor.dll
Syntax:
cs-api-definition
public class TableSearchBox : BaseComponent, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Inheritance: objectComponentBaseBaseComponentTableSearchBox
Derived Classes:
Implements:
Inherited Members
Constructors
TableSearchBox()
Declaration
cs-api-definition
public TableSearchBox()
Properties
DebounceDelay
Time in ms between last typed symbol and the filtering operation.
Fields
Field names to use for searching. Leave empty to use all string fields.
FillMode
Specifies the fill mode of the searchbox component. Default value is Solid.
Declaration
cs-api-definition
[Parameter]
public string FillMode { get; set; }
Property Value
Placeholder
Specifies the placeholder attribute of the searchbox component.
Declaration
cs-api-definition
[Parameter]
public string Placeholder { get; set; }
Property Value
Methods
Dispose()
Declaration
cs-api-definition
public override void Dispose()
Overrides