FindDialogViewModel
Class
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:
Inherited Members
Properties
Gets the find next command.
C#
public ICommand FindNextCommand { get; }
The find next command.
Gets the find previous command.
C#
public ICommand FindPreviousCommand { get; }
The find previous command.
TextSearchOptions
TextSearchOptions
Gets or sets the text search options.
C#
public TextSearchOptions TextSearchOptions { get; }
The text search options.