ClassFindDialogViewModel
Class
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:
Inherited Members
Properties
FindNextCommand
Gets the find next command.
Declaration
cs-api-definition
public ICommand FindNextCommand { get; }
Property Value
The find next command.
FindPreviousCommand
Gets the find previous command.
Declaration
cs-api-definition
public ICommand FindPreviousCommand { get; }
Property Value
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.