Class FindAndReplaceDialogContent
Represents the content of the FindAndReplaceDialog.
Inheritance
Inherited Members
Namespace: Telerik.Windows.Controls.Spreadsheet.Dialogs
Assembly: Telerik.Windows.Controls.Spreadsheet.dll
Syntax
public class FindAndReplaceDialogContent : FindAndReplaceDialogContentBase, ILocalizable, IRadSpreadsheetDialogContent<FindAndReplaceDialogContext>, IRadSpreadsheetDialogContent, INotifyPropertyChanged
Constructors
FindAndReplaceDialogContent()
Initializes a new instance of the Find
Declaration
public FindAndReplaceDialogContent()
Fields
FindAllResultsProperty
Find all results dependency property.
Declaration
public static readonly DependencyProperty FindAllResultsProperty
Field Value
System.
|
LookInProperty
Look in dependency property.
Declaration
public static readonly DependencyProperty LookInProperty
Field Value
System.
|
MatchCaseProperty
Match case dependency property.
Declaration
public static readonly DependencyProperty MatchCaseProperty
Field Value
System.
|
MatchEntireCellContentsProperty
Match entire cell contents dependency property.
Declaration
public static readonly DependencyProperty MatchEntireCellContentsProperty
Field Value
System.
|
ReplaceWithWordProperty
Replace with word dependency property.
Declaration
public static readonly DependencyProperty ReplaceWithWordProperty
Field Value
System.
|
ResultsGridVisibilityProperty
Results grid visibility dependency property.
Declaration
public static readonly DependencyProperty ResultsGridVisibilityProperty
Field Value
System.
|
SearchByTypeProperty
Search by type dependency property.
Declaration
public static readonly DependencyProperty SearchByTypeProperty
Field Value
System.
|
SearchedWordProperty
Searched word dependency property.
Declaration
public static readonly DependencyProperty SearchedWordProperty
Field Value
System.
|
SearchWithinValueProperty
Search within value dependency property.
Declaration
public static readonly DependencyProperty SearchWithinValueProperty
Field Value
System.
|
Properties
CloseDialogCommand
Gets the close dialog command.
Declaration
public ICommand CloseDialogCommand { get; }
Property Value
System. The close dialog command. |
FindAllCommand
Gets the find all command.
Declaration
public ICommand FindAllCommand { get; }
Property Value
System. The find all command. |
FindAllResults
Gets or sets the results of find all.
Declaration
public IEnumerable<FindResult> FindAllResults { get; set; }
Property Value
System. The results of find all. |
FindNextCommand
Gets the find next command.
Declaration
public ICommand FindNextCommand { get; }
Property Value
System. The find next command. |
GoToCellCommand
Gets the go to cell command.
Declaration
public ICommand GoToCellCommand { get; }
Property Value
System. The go to cell command. |
LookIn
Gets or sets the selected value to look in.
Declaration
public FindInContentType LookIn { get; set; }
Property Value
Telerik. The selected value to look in. |
LookInValues
Gets the values to look in.
Declaration
public IEnumerable<SearchLocationName<FindInContentType>> LookInValues { get; }
Property Value
System. The values to look in. |
MatchCase
Gets or sets a value indicating whether the case should be matched.
Declaration
public bool MatchCase { get; set; }
Property Value
System. The value indicating whether the case should be matched. |
MatchEntireCellContents
Gets or sets a value indicating whether the entire cell contents should be matched.
Declaration
public bool MatchEntireCellContents { get; set; }
Property Value
System. The value indicating whether the entire cell contents should be matched. |
ReplaceAllCommand
Gets the replace all command.
Declaration
public ICommand ReplaceAllCommand { get; }
Property Value
System. The replace all command. |
ReplaceCommand
Gets the replace command.
Declaration
public ICommand ReplaceCommand { get; }
Property Value
System. The replace command. |
ReplaceWithWord
Gets or sets the replace with word.
Declaration
public string ReplaceWithWord { get; set; }
Property Value
System. The replace with word. |
ResultsGridVisibility
Gets or sets the results grid visibility.
Declaration
public Visibility ResultsGridVisibility { get; set; }
Property Value
System. The results grid visibility. |
SearchBy
Gets the values to search by.
Declaration
public IEnumerable<SearchLocationName<FindBy>> SearchBy { get; }
Property Value
System. The values to search by. |
SearchByType
Gets or sets the selected type to search by.
Declaration
public FindBy SearchByType { get; set; }
Property Value
Telerik. The selected type to search by. |
SearchedWord
Gets or sets the searched word.
Declaration
public string SearchedWord { get; set; }
Property Value
System. The searched word. |
SearchWithinValue
Gets or sets the selected value to search within.
Declaration
public FindWithin SearchWithinValue { get; set; }
Property Value
Telerik. The selected value to search within. |
WithinValues
Gets the options for the values to search within.
Declaration
public IEnumerable<SearchLocationName<FindWithin>> WithinValues { get; }
Property Value
System. The values to search within. |
Methods
CloseOverride()
Called on dialog closed.
Declaration
protected override void CloseOverride()
Overrides
OnApplyTemplate()
When overridden in a derived class, is invoked whenever application
code or internal processes call System.
Declaration
public override void OnApplyTemplate()
Overrides
OnInitialized(EventArgs)
Raises the System.
Declaration
protected override void OnInitialized(EventArgs e)
Parameters
System. The System. |
OnKeyDown(KeyEventArgs)
Invoked when an unhandled System.
Declaration
protected override void OnKeyDown(KeyEventArgs e)
Parameters
System. The System. |
ShowOverride()
Called before showing dialog.
Declaration
protected override void ShowOverride()
Overrides
Events
PropertyChanged
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
System.
|