ClassTreeListToolBarSearcxTool
Class
Definition
Namespace:Telerik.Blazor.Components
Assembly:Telerik.Blazor.dll
Syntax:
public class TreeListToolBarSearcxTool : TableToolBarItem, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Inheritance: objectComponentBaseTableToolBarItemTreeListToolBarSearcxTool
Implements:
Inherited Members
Constructors
TreeListToolBarSearcxTool()
Declaration
public TreeListToolBarSearcxTool()
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.
Placeholder
Specifies the placeholder attribute of the searcx component.
Methods
BuildRenderTree(RenderTreeBuilder)
Declaration
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
__builder
Overrides
OnParametersSet()
Declaration
protected override void OnParametersSet()
Overrides