Class FindAndReplaceDialogContent
Represents the content of the FindAndReplaceDialog.
Inheritance
Inherited Members
Namespace: Telerik.WinForms.Controls.Spreadsheet.Dialogs
Assembly: Telerik.WinControls.RadSpreadsheet.dll
Syntax
public class FindAndReplaceDialogContent : FindAndReplaceDialogContentBase, IComponentTreeHandler, ILayoutHandler, ISupportInitializeNotification, ISupportInitialize, IAnalyticsProvider, IRadSpreadsheetDialogContent<FindAndReplaceDialogContext>, IRadSpreadsheetDialogContent, INotifyPropertyChanged
Constructors
FindAndReplaceDialogContent()
Declaration
public FindAndReplaceDialogContent()
Properties
CloseDialogCommand
Gets the close dialog command.
Declaration
public ICommand CloseDialogCommand { get; }
Property Value
System.Windows.Input.ICommand
The close dialog command. |
FindAllCommand
Gets the find all command.
Declaration
public ICommand FindAllCommand { get; }
Property Value
System.Windows.Input.ICommand
The find all command. |
FindAllResults
Gets or sets the results of find all.
Declaration
public IEnumerable<FindResult> FindAllResults { get; set; }
Property Value
System.Collections.Generic.IEnumerable<FindResult>
The results of find all. |
FindNextCommand
Gets the find next command.
Declaration
public ICommand FindNextCommand { get; }
Property Value
System.Windows.Input.ICommand
The find next command. |
GoToCellCommand
Gets the go to cell command.
Declaration
public ICommand GoToCellCommand { get; }
Property Value
System.Windows.Input.ICommand
The go to cell command. |
LookIn
Gets or sets the selected value to look in.
Declaration
public FindInContentType LookIn { get; set; }
Property Value
FindInContentType
The selected value to look in. |
LookInValues
Gets the values to look in.
Declaration
public IEnumerable<SearchLocationName<FindInContentType>> LookInValues { get; }
Property Value
System.Collections.Generic.IEnumerable<SearchLocationName<FindInContentType>>
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.Boolean
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.Boolean
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.Windows.Input.ICommand
The replace all command. |
ReplaceCommand
Gets the replace command.
Declaration
public ICommand ReplaceCommand { get; }
Property Value
System.Windows.Input.ICommand
The replace command. |
ReplaceWithWord
Gets or sets the replace with word.
Declaration
public string ReplaceWithWord { get; set; }
Property Value
System.String
The replace with word. |
ResultsTableVisibility
Gets or sets the results grid visibility.
Declaration
public bool ResultsTableVisibility { get; set; }
Property Value
System.Boolean
The results grid visibility. |
SearchBy
Gets the values to search by.
Declaration
public IEnumerable<SearchLocationName<FindBy>> SearchBy { get; }
Property Value
System.Collections.Generic.IEnumerable<SearchLocationName<FindBy>>
The values to search by. |
SearchByType
Gets or sets the selected type to search by.
Declaration
public FindBy SearchByType { get; set; }
Property Value
FindBy
The selected type to search by. |
SearchedWord
Gets or sets the searched word.
Declaration
public string SearchedWord { get; set; }
Property Value
System.String
The searched word. |
SearchWithinValue
Gets or sets the selected value to search within.
Declaration
public FindWithin SearchWithinValue { get; set; }
Property Value
FindWithin
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.Collections.Generic.IEnumerable<SearchLocationName<FindWithin>>
The values to search within. |
Methods
CreateChildItems(RadElement)
Declaration
protected override void CreateChildItems(RadElement parent)
Parameters
RadElement
parent
|
Overrides
Dispose(Boolean)
Clean up any resources being used.
Declaration
protected override void Dispose(bool disposing)
Parameters
System.Boolean
disposing
true if managed resources should be disposed; otherwise, false. |
Overrides
OnClosing(CancelEventArgs)
Declaration
protected override void OnClosing(CancelEventArgs e)
Parameters
System.ComponentModel.CancelEventArgs
e
|
OnKeyDown(KeyEventArgs)
Declaration
protected override void OnKeyDown(KeyEventArgs e)
Parameters
System.Windows.Forms.KeyEventArgs
e
|
OnLoad(EventArgs)
Declaration
protected override void OnLoad(EventArgs e)
Parameters
System.EventArgs
e
|
Overrides
ShowOverride()
Called before showing dialog.
Declaration
protected override void ShowOverride()
Overrides
Events
PropertyChanged
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
System.ComponentModel.PropertyChangedEventHandler
|