ClassPdfViewerSearchPanel
Class
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:
Inherited Members
Constructors
PdfViewerSearchPanel()
Declaration
cs-api-definition
public PdfViewerSearchPanel()
Properties
ActiveMatchIndex
Declaration
cs-api-definition
[Parameter]
public int ActiveMatchIndex { get; set; }
Property Value
DebounceDelay
Time in ms between last typed symbol and the filtering operation.
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
Dispose()
Declaration
cs-api-definition
public override void Dispose()
Overrides