New to Telerik UI for .NET MAUIStart a free 30-day trial

Represents the default content of a search popup in RadPdfViewer.

Definition

Namespace:Telerik.Maui.Controls.PdfViewer

Assembly:Telerik.Maui.Controls.dll

Syntax:

C#
public class PdfViewerSearchContentView : RadCompositeContentView, IRadContentView, IContentView, IView, IElement, ITransform, IPadding, ICrossPlatformLayout

Inheritance: objectRadContentViewRadCompositeContentViewPdfViewerSearchContentView

Implements: IContentViewICrossPlatformLayoutIElementIPaddingIRadContentViewITransformIView...

Inherited Members RadCompositeContentView.StylePropertyRadCompositeContentView.ControlTemplatePropertyRadCompositeContentView.OnApplyTemplate()RadCompositeContentView.OnBindingContextChanged()RadCompositeContentView.OnPropertyChanged(string)RadCompositeContentView.StyleRadCompositeContentView.ControlTemplateRadContentView.ActualStyleClassPropertyRadContentView.OnChildAdded(Element)RadContentView.OnChildRemoved(Element, int)RadContentView.OnHandlerChanged()...

Constructors

Initializes an instance of PdfViewerSearchContentView class.

C#
public PdfViewerSearchContentView(RadPdfViewer pdfViewer)
Parameters:pdfViewerRadPdfViewer

Fields

Identifies the ActualBusyIndicatorToolbarItemStyle property.

C#
public static readonly BindableProperty ActualBusyIndicatorToolbarItemStyleProperty

Identifies the ActualCloseButtonToolbarItemStyle property.

C#
public static readonly BindableProperty ActualCloseButtonToolbarItemStyleProperty
C#
public static readonly BindableProperty ActualNextSearchResultToolbarItemStyleProperty
C#
public static readonly BindableProperty ActualPreviousSearchResultToolbarItemStyleProperty

Identifies the ActualSearchEntryToolbarItemStyle property.

C#
public static readonly BindableProperty ActualSearchEntryToolbarItemStyleProperty

Identifies the ActualSearchResultsLabelStyle property.

C#
public static readonly BindableProperty ActualSearchResultsLabelStyleProperty

Identifies the ActualSeparatorToolbarItemStyle property.

C#
public static readonly BindableProperty ActualSeparatorToolbarItemStyleProperty

Identifies the BusyIndicatorToolbarItemStyle property.

C#
public static readonly BindableProperty BusyIndicatorToolbarItemStyleProperty

Identifies the CloseButtonToolbarItemStyle property.

C#
public static readonly BindableProperty CloseButtonToolbarItemStyleProperty

Identifies the NextSearchResultToolbarItemStyle property.

C#
public static readonly BindableProperty NextSearchResultToolbarItemStyleProperty

Identifies the PreviousSearchResultToolbarItemStyle property.

C#
public static readonly BindableProperty PreviousSearchResultToolbarItemStyleProperty

Identifies the SearchEntryToolbarItemStyle property.

C#
public static readonly BindableProperty SearchEntryToolbarItemStyleProperty

Identifies the SearchResultsLabelToolbarItemStyle property.

C#
public static readonly BindableProperty SearchResultsLabelToolbarItemStyleProperty

Identifies the SeparatorToolbarItemStyle property.

C#
public static readonly BindableProperty SeparatorToolbarItemStyleProperty

Properties

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.

C#
public Style ActualBusyIndicatorToolbarItemStyle { get; }

Gets the actual style of the ButtonToolbarItem which closes the PdfViewerSearchContentView. This is the result of merging the default style and the custom CloseButtonToolbarItemStyle.

C#
public Style ActualCloseButtonToolbarItemStyle { get; }

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.

C#
public Style ActualNextSearchResultToolbarItemStyle { get; }

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.

C#
public Style ActualPreviousSearchResultToolbarItemStyle { get; }

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.

C#
public Style ActualSearchEntryToolbarItemStyle { get; }

Gets the actual style of the LabelToolbarItem displaying the search results. This is the result of merging the default style and the custom SearchResultsLabelToolbarItemStyle.

C#
public Style ActualSearchResultsLabelStyle { get; }

Gets the actual style of the SeparatorToolbarItem. This is the result of merging the default style and the custom SeparatorToolbarItemStyle.

C#
public Style ActualSeparatorToolbarItemStyle { get; }

Gets or sets a Style to be applied to the PdfViewerSearchBusyIndicatorToolbarItem displaying a busy indicator during search operation. The target type of the style is PdfViewerSearchBusyIndicatorToolbarItemView.

C#
public Style BusyIndicatorToolbarItemStyle { get; set; }

Gets or sets a Style to be applied to the ButtonToolbarItem which closes the PdfViewerSearchContentView. The target type of the style is ButtonToolbarItemView.

C#
public Style CloseButtonToolbarItemStyle { get; set; }

Gets or sets a Style to be applied to the PdfViewerNavigateToNextSearchResultToolbarItem navigating to the next search result. The target type of the style is PdfViewerNavigateToNextSearchResultToolbarItemView.

C#
public Style NextSearchResultToolbarItemStyle { get; set; }

Gets the RadPdfViewer instance which owns the current PdfViewerSearchContentView.

C#
public RadPdfViewer PdfViewer { get; }

Gets or sets a Style to be applied to the PdfViewerNavigateToPreviousSearchResultToolbarItem navigating to the previous search result. The target type of the style is PdfViewerNavigateToPreviousSearchResultToolbarItemView.

C#
public Style PreviousSearchResultToolbarItemStyle { get; set; }

Gets or sets a Style to be applied to the PdfViewerSearchEntryToolbarItem displaying the search results. The target type of the style is PdfViewerSearchEntryToolbarItemView.

C#
public Style SearchEntryToolbarItemStyle { get; set; }

Gets or sets a Style to be applied to the LabelToolbarItem displaying the search results. The target type of the style is LabelToolbarItemView.

C#
public Style SearchResultsLabelToolbarItemStyle { get; set; }

Gets or sets a Style to be applied to the SeparatorToolbarItem. The target type of the style is SeparatorToolbarItemView.

C#
public Style SeparatorToolbarItemStyle { get; set; }