Definition
Namespace:Telerik.Blazor.Components
Assembly:Telerik.Blazor.dll
Syntax:
public class TreeListToolBarSearchBoxTool : TableToolBarItem, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Inheritance: objectComponentBaseTableToolBarItemTreeListToolBarSearchBoxTool
Implements:
Inherited Members
Constructors
public TreeListToolBarSearchBoxTool()
Methods
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Overrides:
protected override void OnParametersSet()
Overrides:
Properties
Custom CSS class(es) for the SearchBox root element. Use to apply styling that is not available through other built-in parameters.
[Parameter]
public string Class { get; set; }
Time in ms between last typed symbol and the filtering operation.
[Parameter]
public int DebounceDelay { get; set; }
Field names to use for searching. Leave empty to use all string fields.
[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.
[Parameter]
public string FillMode { get; set; }
Specifies the placeholder attribute of the searchbox component.
[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.
[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.
[Parameter]
public string Size { get; set; }