Class FindOptions
Inheritance
System.Object
FindOptions
Implements
System.ComponentModel.INotifyPropertyChanged
Assembly: Syncfusion.Edit.Wpf.dll
Syntax
public class FindOptions : DependencyObject, INotifyPropertyChanged
Constructors
FindOptions(EditControl)
Declaration
public FindOptions(EditControl editor)
Parameters
Declaration
public FindOptions(EditControl editor, NonStickingPopup parentwindow)
Parameters
Fields
FindHistoryProperty
Declaration
public static readonly DependencyProperty FindHistoryProperty
Field Value
Type |
System.Windows.DependencyProperty |
IsFindSymbolTabActiveProperty
Declaration
public static readonly DependencyProperty IsFindSymbolTabActiveProperty
Field Value
Type |
System.Windows.DependencyProperty |
IsFindTabActiveProperty
Declaration
public static readonly DependencyProperty IsFindTabActiveProperty
Field Value
Type |
System.Windows.DependencyProperty |
IsReplaceTabActiveProperty
Declaration
public static readonly DependencyProperty IsReplaceTabActiveProperty
Field Value
Type |
System.Windows.DependencyProperty |
ReplaceHistoryProperty
Declaration
public static readonly DependencyProperty ReplaceHistoryProperty
Field Value
Type |
System.Windows.DependencyProperty |
StatusMessageProperty
Declaration
public static readonly DependencyProperty StatusMessageProperty
Field Value
Type |
System.Windows.DependencyProperty |
Properties
DropDownListSelectedIndex
Declaration
public int DropDownListSelectedIndex { get; set; }
Property Value
Editor
Declaration
public EditControl Editor { get; set; }
Property Value
FindAllCommand
Declaration
public ICommand FindAllCommand { get; }
Property Value
Type |
System.Windows.Input.ICommand |
FindHistory
Declaration
public Stack<string> FindHistory { get; set; }
Property Value
Type |
System.Collections.Generic.Stack<System.String> |
FindNextCommand
Declaration
public ICommand FindNextCommand { get; }
Property Value
Type |
System.Windows.Input.ICommand |
FindText
Declaration
public string FindText { get; set; }
Property Value
IsFindActive
Declaration
public bool IsFindActive { get; set; }
Property Value
IsFindSymbolActive
Declaration
public bool IsFindSymbolActive { get; set; }
Property Value
IsFindSymbolTabActive
Declaration
public bool IsFindSymbolTabActive { get; set; }
Property Value
IsFindTabActive
Declaration
public bool IsFindTabActive { get; set; }
Property Value
IsIncludeHiddenText
Declaration
public bool IsIncludeHiddenText { get; set; }
Property Value
IsMatchCase
Declaration
public bool IsMatchCase { get; set; }
Property Value
IsMatchWholeWord
Declaration
public bool IsMatchWholeWord { get; set; }
Property Value
IsPrefix
Declaration
public bool IsPrefix { get; set; }
Property Value
IsReplaceActive
Declaration
public bool IsReplaceActive { get; set; }
Property Value
IsReplaceTabActive
Declaration
public bool IsReplaceTabActive { get; set; }
Property Value
IsSearchUp
Declaration
public bool IsSearchUp { get; set; }
Property Value
IsSelectionSelected
Declaration
public bool IsSelectionSelected { get; set; }
Property Value
IsSubstring
Declaration
public bool IsSubstring { get; set; }
Property Value
IsWholeWordChecked
Declaration
public bool IsWholeWordChecked { get; set; }
Property Value
ParentWindow
Declaration
public NonStickingPopup ParentWindow { get; set; }
Property Value
ReplaceAllCommand
Declaration
public ICommand ReplaceAllCommand { get; }
Property Value
Type |
System.Windows.Input.ICommand |
ReplaceCommand
Declaration
public ICommand ReplaceCommand { get; }
Property Value
Type |
System.Windows.Input.ICommand |
ReplaceHistory
Declaration
public Stack<string> ReplaceHistory { get; set; }
Property Value
Type |
System.Collections.Generic.Stack<System.String> |
ReplaceText
Declaration
public string ReplaceText { get; set; }
Property Value
ShowFindTabCommand
Declaration
public ICommand ShowFindTabCommand { get; }
Property Value
Type |
System.Windows.Input.ICommand |
ShowReplaceTabCommand
Declaration
public ICommand ShowReplaceTabCommand { get; }
Property Value
Type |
System.Windows.Input.ICommand |
StatusMessage
Declaration
public string StatusMessage { get; set; }
Property Value
Events
PropertyChanged
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
Type |
System.ComponentModel.PropertyChangedEventHandler |
Implements
System.ComponentModel.INotifyPropertyChanged