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
Class
Custom CSS class(es) for the SearchBox root element. Use to apply styling that is not available through other built-in parameters.
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.
When null (the default), the search box uses the theme's default fill mode.
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.
When null (the default), the search box uses the theme's default rounded value.
Size
Controls the height and padding of the search box. Use Small, Medium, or Large for different sizes.
When null (the default), the search box uses the theme's default size.
Methods
BuildRenderTree(RenderTreeBuilder)
Declaration
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
__builder
Overrides
OnParametersSet()
Declaration
protected override void OnParametersSet()
Overrides