New to Telerik UI for WPFStart a free 30-day trial

Represents the content of the FindAndReplaceDialog.

Definition

Namespace:Telerik.Windows.Controls.Spreadsheet.Dialogs

Assembly:Telerik.Windows.Controls.Spreadsheet.dll

Syntax:

C#
public class FindAndReplaceDialogContent : FindAndReplaceDialogContentBase, ILocalizable, IRadSpreadsheetDialogContent<FindAndReplaceDialogContext>, IRadSpreadsheetDialogContent, INotifyPropertyChanged

Inheritance: objectControlBaseRadSpreadsheetDialogContentBaseRadSpreadsheetDialogContentBase<FindAndReplaceDialogContext>FindAndReplaceDialogContentBaseFindAndReplaceDialogContent...

Implements: ILocalizableINotifyPropertyChangedIRadSpreadsheetDialogContentIRadSpreadsheetDialogContent<FindAndReplaceDialogContext>

Inherited Members RadSpreadsheetDialogContentBase<FindAndReplaceDialogContext>.ShowDialog(FindAndReplaceDialogContext)RadSpreadsheetDialogContentBase<FindAndReplaceDialogContext>.ShowDialogOverride()RadSpreadsheetDialogContentBase<FindAndReplaceDialogContext>.Show(FindAndReplaceDialogContext)RadSpreadsheetDialogContentBase<FindAndReplaceDialogContext>.Close()RadSpreadsheetDialogContentBase<FindAndReplaceDialogContext>.ExecuteOnNextClosed(Action)RadSpreadsheetDialogContentBase<FindAndReplaceDialogContext>.OnClosed()RadSpreadsheetDialogContentBase<FindAndReplaceDialogContext>.HostWindowRadSpreadsheetDialogContentBase<FindAndReplaceDialogContext>.ContextRadSpreadsheetDialogContentBase<FindAndReplaceDialogContext>.ClosedRadSpreadsheetDialogContentBase.HeaderPropertyRadSpreadsheetDialogContentBase.ResizeModePropertyRadSpreadsheetDialogContentBase.WindowStartupLocationPropertyRadSpreadsheetDialogContentBase.CanMovePropertyRadSpreadsheetDialogContentBase.DialogResultPropertyRadSpreadsheetDialogContentBase.HostWindowMinWidthPropertyRadSpreadsheetDialogContentBase.HostWindowMinHeightPropertyRadSpreadsheetDialogContentBase.HostWindowMaxWidthPropertyRadSpreadsheetDialogContentBase.HostWindowMaxHeightPropertyRadSpreadsheetDialogContentBase.SetString(string)RadSpreadsheetDialogContentBase.HeaderRadSpreadsheetDialogContentBase.ResizeModeRadSpreadsheetDialogContentBase.WindowStartupLocationRadSpreadsheetDialogContentBase.CanMoveRadSpreadsheetDialogContentBase.DialogResultRadSpreadsheetDialogContentBase.HostWindowMinWidthRadSpreadsheetDialogContentBase.HostWindowMinHeightRadSpreadsheetDialogContentBase.HostWindowMaxWidthRadSpreadsheetDialogContentBase.HostWindowMaxHeightControlBase.GetTemplateChild<T>(string)ControlBase.GetRequiredTemplateChild<T>(string, bool)...

Constructors

Initializes a new instance of the FindAndReplaceDialogContent class.

C#
public FindAndReplaceDialogContent()

Fields

FindAllResultsProperty

DependencyProperty

Find all results dependency property.

C#
public static readonly DependencyProperty FindAllResultsProperty

LookInProperty

DependencyProperty

Look in dependency property.

C#
public static readonly DependencyProperty LookInProperty

MatchCaseProperty

DependencyProperty

Match case dependency property.

C#
public static readonly DependencyProperty MatchCaseProperty

Match entire cell contents dependency property.

C#
public static readonly DependencyProperty MatchEntireCellContentsProperty

ReplaceWithWordProperty

DependencyProperty

Replace with word dependency property.

C#
public static readonly DependencyProperty ReplaceWithWordProperty

Results grid visibility dependency property.

C#
public static readonly DependencyProperty ResultsGridVisibilityProperty

SearchByTypeProperty

DependencyProperty

Search by type dependency property.

C#
public static readonly DependencyProperty SearchByTypeProperty

SearchedWordProperty

DependencyProperty

Searched word dependency property.

C#
public static readonly DependencyProperty SearchedWordProperty

SearchWithinValueProperty

DependencyProperty

Search within value dependency property.

C#
public static readonly DependencyProperty SearchWithinValueProperty

Properties

Gets the close dialog command.

C#
public ICommand CloseDialogCommand { get; }
Property Value:

The close dialog command.

Gets the find all command.

C#
public ICommand FindAllCommand { get; }
Property Value:

The find all command.

Gets or sets the results of find all.

C#
public IEnumerable<FindResult> FindAllResults { get; set; }
Property Value:

The results of find all.

Gets the find next command.

C#
public ICommand FindNextCommand { get; }
Property Value:

The find next command.

Gets the go to cell command.

C#
public ICommand GoToCellCommand { get; }
Property Value:

The go to cell command.

LookIn

FindInContentType

Gets or sets the selected value to look in.

C#
public FindInContentType LookIn { get; set; }
Property Value:

The selected value to look in.

Gets the values to look in.

C#
public IEnumerable<SearchLocationName<FindInContentType>> LookInValues { get; }
Property Value:

The values to look in.

Gets or sets a value indicating whether the case should be matched.

C#
public bool MatchCase { get; set; }
Property Value:

The value indicating whether the case should be matched.

Gets or sets a value indicating whether the entire cell contents should be matched.

C#
public bool MatchEntireCellContents { get; set; }
Property Value:

The value indicating whether the entire cell contents should be matched.

Gets the replace all command.

C#
public ICommand ReplaceAllCommand { get; }
Property Value:

The replace all command.

Gets the replace command.

C#
public ICommand ReplaceCommand { get; }
Property Value:

The replace command.

Gets or sets the replace with word.

C#
public string ReplaceWithWord { get; set; }
Property Value:

The replace with word.

Gets or sets the results grid visibility.

C#
public Visibility ResultsGridVisibility { get; set; }
Property Value:

The results grid visibility.

Gets the values to search by.

C#
public IEnumerable<SearchLocationName<FindBy>> SearchBy { get; }
Property Value:

The values to search by.

Gets or sets the selected type to search by.

C#
public FindBy SearchByType { get; set; }
Property Value:

The selected type to search by.

Gets or sets the searched word.

C#
public string SearchedWord { get; set; }
Property Value:

The searched word.

Gets or sets the selected value to search within.

C#
public FindWithin SearchWithinValue { get; set; }
Property Value:

The selected value to search within.

Gets the options for the values to search within.

C#
public IEnumerable<SearchLocationName<FindWithin>> WithinValues { get; }
Property Value:

The values to search within.

Methods

Called on dialog closed.

C#
protected override void CloseOverride()

Overrides: RadSpreadsheetDialogContentBase<FindAndReplaceDialogContext>.CloseOverride()

When overridden in a derived class, is invoked whenever application code or internal processes call .

C#
public override void OnApplyTemplate()

Overrides: RadSpreadsheetDialogContentBase<FindAndReplaceDialogContext>.OnApplyTemplate()

Raises the event. This method is invoked whenever is set to true internally.

C#
protected override void OnInitialized(EventArgs e)
Parameters:eEventArgs

The RoutedEventArgs that contains the event data.

Invoked when an unhandled  attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event.

C#
protected override void OnKeyDown(KeyEventArgs e)
Parameters:eKeyEventArgs

The KeyEventArgs that contains the event data.

Called before showing dialog.

C#
protected override void ShowOverride()

Overrides: RadSpreadsheetDialogContentBase<FindAndReplaceDialogContext>.ShowOverride()

Events

C#
public event PropertyChangedEventHandler PropertyChanged

Implements: INotifyPropertyChanged.PropertyChanged