Class
PdfViewerSearchEntryToolbarItem

Represents a entry item to input search terms in RadPdfViewer.

Definition

Constructors

PdfViewerSearchEntryToolbarItem()

Declaration

cs-api-definition
public PdfViewerSearchEntryToolbarItem()

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.

Declaration

cs-api-definition
public bool IsEntryFocused { get; set; }

Property Value

bool