Class
PdfViewerSearchPanel

Definition

Namespace:Telerik.Blazor.Components.PdfViewer.Search

Assembly:Telerik.Blazor.dll

Syntax:

cs-api-definition
public class PdfViewerSearchPanel : BaseComponent, IComponent, IHandleEvent, IHandleAfterRender, IDisposable

Inheritance: objectComponentBaseBaseComponentPdfViewerSearchPanel

Implements: IComponentIDisposableIHandleAfterRenderIHandleEvent

Inherited Members BaseComponent.ShouldRender()BaseComponent.OnInitializedAsync()BaseComponent.OnAfterRenderAsync(bool)BaseComponent.InitLocalizer()BaseComponent.ThrowIfParameterIsNull(object, string)BaseComponent.HaveOptionsChanged(IDictionary<string, object>, IDictionary<string, object>)BaseComponent.GetClassString(params string[])BaseComponent.InvokeAsync<T>(string, params object[])BaseComponent.InvokeAsync<T>(string, CancellationToken, params object[])BaseComponent.InvokeVoidAsync(string, params object[])BaseComponent.InvokeComponentMethodAsync<T>(string, params object[])BaseComponent.InvokeComponentMethodAsync<T>(string, CancellationToken, params object[])BaseComponent.InvokeVoidComponentMethodAsync(string, params object[])BaseComponent.InvokeComponentVoidMethodAsync(string, object)BaseComponent.InvokeDisposeAsync()BaseComponent.StateHasChanged()BaseComponent.RootComponentBaseComponent.ClassComponentBase.OnInitialized()ComponentBase.OnParametersSet()ComponentBase.OnParametersSetAsync()ComponentBase.OnAfterRender(bool)ComponentBase.InvokeAsync(Action)ComponentBase.InvokeAsync(Func<Task>)ComponentBase.SetParametersAsync(ParameterView)

Constructors

PdfViewerSearchPanel()

Declaration

cs-api-definition
public PdfViewerSearchPanel()

Properties

ActiveMatchIndex

Declaration

cs-api-definition
[Parameter]
public int ActiveMatchIndex { get; set; }

Property Value

int

DebounceDelay

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

Declaration

cs-api-definition
[Parameter]
public int DebounceDelay { get; set; }

Property Value

int

MatchesCount

Declaration

cs-api-definition
[Parameter]
public int MatchesCount { get; set; }

Property Value

int

OnCommandExecute

Declaration

cs-api-definition
[Parameter]
public Func<PdfViewerSearchPanelCommandArgs, Task> OnCommandExecute { get; set; }

Property Value

Func<PdfViewerSearchPanelCommandArgs, Task>

Placeholder

Specifies the placeholder attribute of the searchbox component.

Declaration

cs-api-definition
[Parameter]
public string Placeholder { get; set; }

Property Value

string

Methods

BuildRenderTree(RenderTreeBuilder)

Declaration

cs-api-definition
protected override void BuildRenderTree(RenderTreeBuilder __builder)

Parameters

__builder

RenderTreeBuilder

Overrides ComponentBase.BuildRenderTree(RenderTreeBuilder)

Dispose()

Declaration

cs-api-definition
public override void Dispose()

Overrides BaseComponent.Dispose()