New to Telerik UI for WPFStart a free 30-day trial

Represents the base find command.

Definition

Constructors

Initializes a new instance of the FindCommandBase class.

C#
public FindCommandBase(FixedDocumentViewerBase viewer)
Parameters:viewerFixedDocumentViewerBase

The viewer.

Properties

SearchOptions

TextSearchOptions

Gets or sets the search options for the command.

C#
public TextSearchOptions SearchOptions { get; set; }
Property Value:

The search options.

Methods

Handles the given search result.

C#
protected virtual void HandleSearchResult(SearchResult result)
Parameters:resultSearchResult

The search result.