New to Telerik UI for BlazorStart a free 30-day trial

Definition

Constructors

C#
public TreeListToolBarSearchBoxTool()

Methods

C#
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters:__builderRenderTreeBuilder

Overrides: ComponentBase.BuildRenderTree(RenderTreeBuilder)

C#
protected override void OnParametersSet()

Overrides: ComponentBase.OnParametersSet()

Properties

Custom CSS class(es) for the SearchBox root element. Use to apply styling that is not available through other built-in parameters.

C#
[Parameter]
public string Class { get; set; }

Time in ms between last typed symbol and the filtering operation.

C#
[Parameter]
public int DebounceDelay { get; set; }

Field names to use for searching. Leave empty to use all string fields.

C#
[Parameter]
public IList<string> Fields { get; set; }

Specifies the fill mode of the searchbox component. When null (the default), the search box uses the theme's default fill mode.

C#
[Parameter]
public string FillMode { get; set; }

Specifies the placeholder attribute of the searchbox component.

C#
[Parameter]
public string Placeholder { get; set; }

Specifies the roundness of the searchbox component. When null (the default), the search box uses the theme's default rounded value.

C#
[Parameter]
public string Rounded { get; set; }

Specifies the Size of the searchbox component. When null (the default), the search box uses the theme's default size.

C#
[Parameter]
public string Size { get; set; }

Specifies the width of the searchbox component.

C#
[Parameter]
public string Width { get; set; }