Class PdfViewerSearchPanel
Inherited Members
Namespace: Telerik.Blazor.Components.PdfViewer.Search
Assembly: Telerik.Blazor.dll
Syntax
public class PdfViewerSearchPanel : BaseComponent, IDisposable
Constructors
PdfViewerSearchPanel()
Declaration
public PdfViewerSearchPanel()
Properties
ActiveMatchIndex
Declaration
public int ActiveMatchIndex { get; set; }
Property Value
System.Int32
|
DebounceDelay
Time in ms between last typed symbol and the filtering operation.
Declaration
public int DebounceDelay { get; set; }
Property Value
System.Int32
|
MatchesCount
Declaration
public int MatchesCount { get; set; }
Property Value
System.Int32
|
OnCommandExecute
Declaration
public Func<PdfViewerSearchPanelCommandArgs, Task> OnCommandExecute { get; set; }
Property Value
System.Func<Telerik.Blazor.Components.PdfViewer.Search.PdfViewerSearchPanelCommandArgs, System.Threading.Tasks.Task>
|
Placeholder
Specifies the placeholder attribute of the searchbox component.
Declaration
public string Placeholder { get; set; }
Property Value
System.String
|
Methods
BuildRenderTree(RenderTreeBuilder)
Declaration
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder
__builder
|