ClassTreeListToolBarSearchBoxTool
Class
Definition
Namespace:Telerik.Blazor.Components
Assembly:Telerik.Blazor.dll
Syntax:
cs-api-definition
public class TreeListToolBarSearchBoxTool : TableToolBarItem, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Inheritance: objectComponentBaseTableToolBarItemTreeListToolBarSearchBoxTool
Implements:
Inherited Members
Constructors
TreeListToolBarSearchBoxTool()
Declaration
cs-api-definition
public TreeListToolBarSearchBoxTool()
Properties
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. Default value is Solid.
Declaration
cs-api-definition
[Parameter]
public string FillMode { get; set; }
Property Value
Placeholder
Specifies the placeholder attribute of the searchbox component.
Declaration
cs-api-definition
[Parameter]
public string Placeholder { get; set; }
Property Value
Methods
BuildRenderTree(RenderTreeBuilder)
Declaration
cs-api-definition
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
__builder
Overrides
OnParametersSet()
Declaration
cs-api-definition
protected override void OnParametersSet()
Overrides