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

Represents find dialog view-model.

Definition

Namespace:Telerik.Windows.Controls.FixedDocumentViewersUI.Dialogs.ViewModels

Assembly:Telerik.Windows.Controls.FixedDocumentViewersUI.dll

Syntax:

C#
public sealed class FindDialogViewModel : DialogViewModelBase<FindDialogContext>, INotifyPropertyChanged

Inheritance: objectDialogViewModelBase<FindDialogContext>FindDialogViewModel

Implements: INotifyPropertyChanged

Inherited Members DialogViewModelBase<FindDialogContext>.PropertyChanged

Properties

Gets the find next command.

C#
public ICommand FindNextCommand { get; }
Property Value:

The find next command.

Gets the find previous command.

C#
public ICommand FindPreviousCommand { get; }
Property Value:

The find previous command.

TextSearchOptions

TextSearchOptions

Gets or sets the text search options.

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

The text search options.