Class FindDialogViewModel
Represents find dialog view-model.
Inherited Members
Namespace: Telerik.Windows.Controls.FixedDocumentViewersUI.Dialogs.ViewModels
Assembly: Telerik.Windows.Controls.FixedDocumentViewersUI.dll
Syntax
public sealed class FindDialogViewModel : DialogViewModelBase<FindDialogContext>, INotifyPropertyChanged
Properties
FindNextCommand
Gets the find next command.
Declaration
public ICommand FindNextCommand { get; }
Property Value
System. The find next command. |
FindPreviousCommand
Gets the find previous command.
Declaration
public ICommand FindPreviousCommand { get; }
Property Value
System. The find previous command. |
TextSearchOptions
Gets or sets the text search options.
Declaration
public TextSearchOptions TextSearchOptions { get; }
Property Value
Telerik. The text search options. |