Class PdfViewerSearchToolbarItem
Represents a button item which activates the search functionality in RadPdfViewer. It will create a popup, containing PdfViewerSearchContentView.
Inherited Members
Namespace: Telerik.Maui.Controls.PdfViewer
Assembly: Telerik.Maui.Controls.dll
Syntax
public class PdfViewerSearchToolbarItem : ButtonToolbarItem
Constructors
PdfViewerSearchToolbarItem()
Initializes a new instance of the PdfViewerSearchToolbarItem.
Declaration
public PdfViewerSearchToolbarItem()
Fields
SearchContentViewStyleProperty
Identifies the SearchContentViewStyle property.
Declaration
public static readonly BindableProperty SearchContentViewStyleProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
Properties
SearchContentViewStyle
Gets or sets a Microsoft.Maui.Controls.Style to be applied to the PdfViewerSearchContentView displayed in the Search popup. Use this property to supply styling for the ToolbarItems in the popup. The target type of the style is PdfViewerSearchContentView.
Declaration
public Style SearchContentViewStyle { get; set; }
Property Value
Microsoft.Maui.Controls.Style
|