Class PdfViewerSearchContentView
Represents the default content of a search popup in RadPdfViewer.
Inherited Members
Namespace: Telerik.Maui.Controls.PdfViewer
Assembly: Telerik.Maui.Controls.dll
Syntax
public class PdfViewerSearchContentView : RadCompositeContentView, IRadContentView, IContentView, IView, IElement, ITransform, IPadding
Constructors
PdfViewerSearchContentView(RadPdfViewer)
Initializes an instance of PdfViewerSearchContentView class.
Declaration
public PdfViewerSearchContentView(RadPdfViewer pdfViewer)
Parameters
RadPdfViewer
pdfViewer
|
Fields
ActualBusyIndicatorToolbarItemStyleProperty
Identifies the ActualBusyIndicatorToolbarItemStyle property.
Declaration
public static readonly BindableProperty ActualBusyIndicatorToolbarItemStyleProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
ActualCloseButtonToolbarItemStyleProperty
Identifies the ActualCloseButtonToolbarItemStyle property.
Declaration
public static readonly BindableProperty ActualCloseButtonToolbarItemStyleProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
ActualNextSearchResultToolbarItemStyleProperty
Identifies the ActualNextSearchResultToolbarItemStyle property.
Declaration
public static readonly BindableProperty ActualNextSearchResultToolbarItemStyleProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
ActualPreviousSearchResultToolbarItemStyleProperty
Identifies the ActualPreviousSearchResultToolbarItemStyle property.
Declaration
public static readonly BindableProperty ActualPreviousSearchResultToolbarItemStyleProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
ActualSearchEntryToolbarItemStyleProperty
Identifies the ActualSearchEntryToolbarItemStyle property.
Declaration
public static readonly BindableProperty ActualSearchEntryToolbarItemStyleProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
ActualSearchResultsLabelStyleProperty
Identifies the ActualSearchResultsLabelStyle property.
Declaration
public static readonly BindableProperty ActualSearchResultsLabelStyleProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
ActualSeparatorToolbarItemStyleProperty
Identifies the ActualSeparatorToolbarItemStyle property.
Declaration
public static readonly BindableProperty ActualSeparatorToolbarItemStyleProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
BusyIndicatorToolbarItemStyleProperty
Identifies the BusyIndicatorToolbarItemStyle property.
Declaration
public static readonly BindableProperty BusyIndicatorToolbarItemStyleProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
CloseButtonToolbarItemStyleProperty
Identifies the CloseButtonToolbarItemStyle property.
Declaration
public static readonly BindableProperty CloseButtonToolbarItemStyleProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
NextSearchResultToolbarItemStyleProperty
Identifies the NextSearchResultToolbarItemStyle property.
Declaration
public static readonly BindableProperty NextSearchResultToolbarItemStyleProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
PreviousSearchResultToolbarItemStyleProperty
Identifies the PreviousSearchResultToolbarItemStyle property.
Declaration
public static readonly BindableProperty PreviousSearchResultToolbarItemStyleProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
SearchEntryToolbarItemStyleProperty
Identifies the SearchEntryToolbarItemStyle property.
Declaration
public static readonly BindableProperty SearchEntryToolbarItemStyleProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
SearchResultsLabelToolbarItemStyleProperty
Identifies the SearchResultsLabelToolbarItemStyle property.
Declaration
public static readonly BindableProperty SearchResultsLabelToolbarItemStyleProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
SeparatorToolbarItemStyleProperty
Identifies the SeparatorToolbarItemStyle property.
Declaration
public static readonly BindableProperty SeparatorToolbarItemStyleProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
Properties
ActualBusyIndicatorToolbarItemStyle
Gets the actual style of the PdfViewerSearchBusyIndicatorToolbarItem displaying a busy indicator during search operation. This is the result of merging the default style and the custom BusyIndicatorToolbarItemStyle.
Declaration
public Style ActualBusyIndicatorToolbarItemStyle { get; }
Property Value
Microsoft.Maui.Controls.Style
|
ActualCloseButtonToolbarItemStyle
Gets the actual style of the ButtonToolbarItem which closes the PdfViewerSearchContentView. This is the result of merging the default style and the custom CloseButtonToolbarItemStyle.
Declaration
public Style ActualCloseButtonToolbarItemStyle { get; }
Property Value
Microsoft.Maui.Controls.Style
|
ActualNextSearchResultToolbarItemStyle
Gets the actual style of the PdfViewerNavigateToNextSearchResultToolbarItem which navigates to the next search result. This is the result of merging the default style and the custom NextSearchResultToolbarItemStyle.
Declaration
public Style ActualNextSearchResultToolbarItemStyle { get; }
Property Value
Microsoft.Maui.Controls.Style
|
ActualPreviousSearchResultToolbarItemStyle
Gets the actual style of the PdfViewerNavigateToPreviousSearchResultToolbarItem which navigates to the previous search result. This is the result of merging the default style and the custom PreviousSearchResultToolbarItemStyle.
Declaration
public Style ActualPreviousSearchResultToolbarItemStyle { get; }
Property Value
Microsoft.Maui.Controls.Style
|
ActualSearchEntryToolbarItemStyle
Gets the actual style of the PdfViewerSearchEntryToolbarItem used to enter the search word. This is the result of merging the default style and the custom SearchEntryToolbarItemStyle.
Declaration
public Style ActualSearchEntryToolbarItemStyle { get; }
Property Value
Microsoft.Maui.Controls.Style
|
ActualSearchResultsLabelStyle
Gets the actual style of the LabelToolbarItem displaying the search results. This is the result of merging the default style and the custom SearchResultsLabelToolbarItemStyle.
Declaration
public Style ActualSearchResultsLabelStyle { get; }
Property Value
Microsoft.Maui.Controls.Style
|
ActualSeparatorToolbarItemStyle
Gets the actual style of the SeparatorToolbarItem. This is the result of merging the default style and the custom SeparatorToolbarItemStyle.
Declaration
public Style ActualSeparatorToolbarItemStyle { get; }
Property Value
Microsoft.Maui.Controls.Style
|
BusyIndicatorToolbarItemStyle
Gets or sets a Microsoft.Maui.Controls.Style to be applied to the PdfViewerSearchBusyIndicatorToolbarItem displaying a busy indicator during search operation. The target type of the style is PdfViewerSearchBusyIndicatorToolbarItemView.
Declaration
public Style BusyIndicatorToolbarItemStyle { get; set; }
Property Value
Microsoft.Maui.Controls.Style
|
CloseButtonToolbarItemStyle
Gets or sets a Microsoft.Maui.Controls.Style to be applied to the ButtonToolbarItem which closes the PdfViewerSearchContentView. The target type of the style is ButtonToolbarItemView.
Declaration
public Style CloseButtonToolbarItemStyle { get; set; }
Property Value
Microsoft.Maui.Controls.Style
|
NextSearchResultToolbarItemStyle
Gets or sets a Microsoft.Maui.Controls.Style to be applied to the PdfViewerNavigateToNextSearchResultToolbarItem navigating to the next search result. The target type of the style is PdfViewerNavigateToNextSearchResultToolbarItemView.
Declaration
public Style NextSearchResultToolbarItemStyle { get; set; }
Property Value
Microsoft.Maui.Controls.Style
|
PdfViewer
Gets the RadPdfViewer instance which owns the current PdfViewerSearchContentView.
Declaration
public RadPdfViewer PdfViewer { get; }
Property Value
RadPdfViewer
|
PreviousSearchResultToolbarItemStyle
Gets or sets a Microsoft.Maui.Controls.Style to be applied to the PdfViewerNavigateToPreviousSearchResultToolbarItem navigating to the previous search result. The target type of the style is PdfViewerNavigateToPreviousSearchResultToolbarItemView.
Declaration
public Style PreviousSearchResultToolbarItemStyle { get; set; }
Property Value
Microsoft.Maui.Controls.Style
|
SearchEntryToolbarItemStyle
Gets or sets a Microsoft.Maui.Controls.Style to be applied to the PdfViewerSearchEntryToolbarItem displaying the search results. The target type of the style is PdfViewerSearchEntryToolbarItemView.
Declaration
public Style SearchEntryToolbarItemStyle { get; set; }
Property Value
Microsoft.Maui.Controls.Style
|
SearchResultsLabelToolbarItemStyle
Gets or sets a Microsoft.Maui.Controls.Style to be applied to the LabelToolbarItem displaying the search results. The target type of the style is LabelToolbarItemView.
Declaration
public Style SearchResultsLabelToolbarItemStyle { get; set; }
Property Value
Microsoft.Maui.Controls.Style
|
SeparatorToolbarItemStyle
Gets or sets a Microsoft.Maui.Controls.Style to be applied to the SeparatorToolbarItem. The target type of the style is SeparatorToolbarItemView.
Declaration
public Style SeparatorToolbarItemStyle { get; set; }
Property Value
Microsoft.Maui.Controls.Style
|
Methods
OnPropertyChanged(String)
Declaration
protected override void OnPropertyChanged(string propertyName = null)
Parameters
System.String
propertyName
|