Class FindDialogViewModel
Represents find dialog view-model.
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
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.Windows.Input.ICommand
The find next command. |
FindPreviousCommand
Gets the find previous command.
Declaration
public ICommand FindPreviousCommand { get; }
Property Value
System.Windows.Input.ICommand
The find previous command. |
TextSearchOptions
Gets or sets the text search options.
Declaration
public TextSearchOptions TextSearchOptions { get; }
Property Value
Telerik.Windows.Documents.Fixed.Search.TextSearchOptions
The text search options. |