ClassTreeListToolBarSearchBoxTool
Definition
Namespace:Telerik.Blazor.Components
Assembly:Telerik.Blazor.dll
Syntax:
public class TreeListToolBarSearchBoxTool : TableToolBarItem, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Inheritance: objectComponentBaseTableToolBarItemTreeListToolBarSearchBoxTool
Implements:
Inherited Members
Constructors
TreeListToolBarSearchBoxTool()
Declaration
public TreeListToolBarSearchBoxTool()
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
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.
When null (the default), the search box uses the theme's default fill mode.
Declaration
[Parameter]
public string FillMode { get; set; }
Property Value
Placeholder
Specifies the placeholder attribute of the searchbox component.
Declaration
[Parameter]
public string Placeholder { get; set; }
Property Value
Rounded
Specifies the roundness of the searchbox component.
When null (the default), the search box uses the theme's default rounded value.
Size
Specifies the Size of the searchbox component.
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