Class
FindDialogViewModel

Represents find dialog view-model.

Definition

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

Assembly:Telerik.Windows.Controls.FixedDocumentViewersUI.dll

Syntax:

cs-api-definition
public sealed class FindDialogViewModel : DialogViewModelBase<FindDialogContext>, INotifyPropertyChanged

Inheritance: objectDialogViewModelBase<FindDialogContext>FindDialogViewModel

Implements: INotifyPropertyChanged

Inherited Members DialogViewModelBase<FindDialogContext>.PropertyChanged

Properties

FindNextCommand

Gets the find next command.

Declaration

cs-api-definition
public ICommand FindNextCommand { get; }

Property Value

ICommand

The find next command.

FindPreviousCommand

Gets the find previous command.

Declaration

cs-api-definition
public ICommand FindPreviousCommand { get; }

Property Value

ICommand

The find previous command.

TextSearchOptions

Gets or sets the text search options.

Declaration

cs-api-definition
public TextSearchOptions TextSearchOptions { get; }

Property Value

TextSearchOptions

The text search options.