Class
TreeListToolBarSearcxTool

Definition

Constructors

TreeListToolBarSearcxTool()

Declaration

public TreeListToolBarSearcxTool()

Properties

DebounceDelay

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

Declaration

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

Property Value

int

Fields

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

Declaration

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

Property Value

IList<string>

FillMode

Specifies the fill mode of the searcx component. Default value is Solid.

Declaration

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

Property Value

string

Placeholder

Specifies the placeholder attribute of the searcx component.

Declaration

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

Property Value

string

Rounded

Specifies the roundness of the searcx component. Default value is Medium.

Declaration

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

Property Value

string

Size

Specifies the Size of the searcx component. Default value is Medium.

Declaration

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

Property Value

string

Width

Specifies the width of the searcx component.

Declaration

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

Property Value

string

Methods

BuildRenderTree(RenderTreeBuilder)

Declaration

protected override void BuildRenderTree(RenderTreeBuilder __builder)

Parameters

__builder

RenderTreeBuilder

Overrides ComponentBase.BuildRenderTree(RenderTreeBuilder)

OnParametersSet()

Declaration

protected override void OnParametersSet()

Overrides ComponentBase.OnParametersSet()