WPF

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class FindOptions - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class FindOptions

    Inheritance
    System.Object
    FindOptions
    Implements
    System.ComponentModel.INotifyPropertyChanged
    Namespace: Syncfusion.Windows.Edit
    Assembly: Syncfusion.Edit.Wpf.dll
    Syntax
    public class FindOptions : DependencyObject, INotifyPropertyChanged

    Constructors

    FindOptions(EditControl)

    Declaration
    public FindOptions(EditControl editor)
    Parameters
    Type Name Description
    EditControl editor

    FindOptions(EditControl, NonStickingPopup)

    Declaration
    public FindOptions(EditControl editor, NonStickingPopup parentwindow)
    Parameters
    Type Name Description
    EditControl editor
    NonStickingPopup parentwindow

    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
    Type Description
    EditControl

    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
    Type Description
    NonStickingPopup

    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved