ClassPdfViewerSearchEntryToolbarItemView
Class
Visual representation of a search entry in the RadPdfViewerToolbar control.
Definition
Namespace:Telerik.Maui.Controls.PdfViewer
Assembly:Telerik.Maui.Controls.dll
Syntax:
cs-api-definition
public class PdfViewerSearchEntryToolbarItemView : EntryToolbarItemView, IRadContentView, IContentView, IPadding, ICrossPlatformLayout, IVisualTreeElement, IView, IElement, ITransform
Inheritance: objectRadContentViewRadCompositeContentViewRadBorderContentViewToolbarContentViewToolbarItemViewEntryToolbarItemViewPdfViewerSearchEntryToolbarItemView
Implements:
Inherited Members
Constructors
PdfViewerSearchEntryToolbarItemView()
Initializes a new instance of the PdfViewerSearchEntryToolbarItemView class.
Declaration
cs-api-definition
public PdfViewerSearchEntryToolbarItemView()
Fields
IsEntryFocusedProperty
Identifies the IsEntryFocused property.
Declaration
cs-api-definition
public static readonly BindableProperty IsEntryFocusedProperty
Field Value
BindableProperty
Properties
IsEntryFocused
Gets or sets a value defining if the RadEntry is focused.
Methods
OnApplyTemplate()
Declaration
cs-api-definition
protected override void OnApplyTemplate()
Overrides