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 |
Description |
System.Windows.DependencyProperty |
|
IsFindSymbolTabActiveProperty
Declaration
public static readonly DependencyProperty IsFindSymbolTabActiveProperty
Field Value
Type |
Description |
System.Windows.DependencyProperty |
|
IsFindTabActiveProperty
Declaration
public static readonly DependencyProperty IsFindTabActiveProperty
Field Value
Type |
Description |
System.Windows.DependencyProperty |
|
IsReplaceTabActiveProperty
Declaration
public static readonly DependencyProperty IsReplaceTabActiveProperty
Field Value
Type |
Description |
System.Windows.DependencyProperty |
|
ReplaceHistoryProperty
Declaration
public static readonly DependencyProperty ReplaceHistoryProperty
Field Value
Type |
Description |
System.Windows.DependencyProperty |
|
StatusMessageProperty
Declaration
public static readonly DependencyProperty StatusMessageProperty
Field Value
Type |
Description |
System.Windows.DependencyProperty |
|
Properties
DropDownListSelectedIndex
Declaration
public int DropDownListSelectedIndex { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Editor
Declaration
public EditControl Editor { get; set; }
Property Value
FindAllCommand
Declaration
public ICommand FindAllCommand { get; }
Property Value
Type |
Description |
System.Windows.Input.ICommand |
|
FindHistory
Declaration
public Stack<string> FindHistory { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.Stack<System.String> |
|
FindNextCommand
Declaration
public ICommand FindNextCommand { get; }
Property Value
Type |
Description |
System.Windows.Input.ICommand |
|
FindText
Declaration
public string FindText { get; set; }
Property Value
Type |
Description |
System.String |
|
IsFindActive
Declaration
public bool IsFindActive { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsFindSymbolActive
Declaration
public bool IsFindSymbolActive { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsFindSymbolTabActive
Declaration
public bool IsFindSymbolTabActive { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsFindTabActive
Declaration
public bool IsFindTabActive { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsIncludeHiddenText
Declaration
public bool IsIncludeHiddenText { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsMatchCase
Declaration
public bool IsMatchCase { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsMatchWholeWord
Declaration
public bool IsMatchWholeWord { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsPrefix
Declaration
public bool IsPrefix { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsReplaceActive
Declaration
public bool IsReplaceActive { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsReplaceTabActive
Declaration
public bool IsReplaceTabActive { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsSearchUp
Declaration
public bool IsSearchUp { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsSelectionSelected
Declaration
public bool IsSelectionSelected { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsSubstring
Declaration
public bool IsSubstring { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsWholeWordChecked
Declaration
public bool IsWholeWordChecked { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
ParentWindow
Declaration
public NonStickingPopup ParentWindow { get; set; }
Property Value
ReplaceAllCommand
Declaration
public ICommand ReplaceAllCommand { get; }
Property Value
Type |
Description |
System.Windows.Input.ICommand |
|
ReplaceCommand
Declaration
public ICommand ReplaceCommand { get; }
Property Value
Type |
Description |
System.Windows.Input.ICommand |
|
ReplaceHistory
Declaration
public Stack<string> ReplaceHistory { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.Stack<System.String> |
|
ReplaceText
Declaration
public string ReplaceText { get; set; }
Property Value
Type |
Description |
System.String |
|
ShowFindTabCommand
Declaration
public ICommand ShowFindTabCommand { get; }
Property Value
Type |
Description |
System.Windows.Input.ICommand |
|
ShowReplaceTabCommand
Declaration
public ICommand ShowReplaceTabCommand { get; }
Property Value
Type |
Description |
System.Windows.Input.ICommand |
|
StatusMessage
Declaration
public string StatusMessage { get; set; }
Property Value
Type |
Description |
System.String |
|
Events
PropertyChanged
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
Type |
Description |
System.ComponentModel.PropertyChangedEventHandler |
|
Implements
System.ComponentModel.INotifyPropertyChanged