ClassGridToolBarSearchBoxTool
Definition
Namespace:Telerik.Blazor.Components
Assembly:Telerik.Blazor.dll
Syntax:
public class GridToolBarSearchBoxTool : TableToolBarItem, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Inheritance: objectComponentBaseTableToolBarItemGridToolBarSearchBoxTool
Implements:
Inherited Members
Constructors
GridToolBarSearchBoxTool()
Declaration
public GridToolBarSearchBoxTool()
Properties
DebounceDelay
Delay in milliseconds between when user stops typing and when search filtering is applied. Use this to prevent excessive filtering during typing.
Fields
List of column field names to include in search operations. When empty, all string columns are searchable by default.
FillMode
Controls the background styling of the search box. Use Solid, Outline, or Flat for different visual appearances. Default value is Solid.
Declaration
[Parameter]
public string FillMode { get; set; }
Property Value
Placeholder
Text displayed inside the search box when it's empty. Use this to provide hints about search functionality to users.
Declaration
[Parameter]
public string Placeholder { get; set; }
Property Value
Rounded
Controls the corner radius of the search box. Use Small, Medium, Large, or Full for different border radius values. Default value is Medium.
Methods
BuildRenderTree(RenderTreeBuilder)
Declaration
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
__builder
Overrides
OnParametersSet()
Declaration
protected override void OnParametersSet()
Overrides