Class
FindAndReplaceDialogContent

Represents the content of the FindAndReplaceDialog.

Definition

Namespace:Telerik.Windows.Controls.Spreadsheet.Dialogs

Assembly:Telerik.Windows.Controls.Spreadsheet.dll

Syntax:

cs-api-definition
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

FindAndReplaceDialogContent()

Initializes a new instance of the FindAndReplaceDialogContent class.

Declaration

cs-api-definition
public FindAndReplaceDialogContent()

Fields

FindAllResultsProperty

Find all results dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty FindAllResultsProperty

Field Value

DependencyProperty

LookInProperty

Look in dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty LookInProperty

Field Value

DependencyProperty

MatchCaseProperty

Match case dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty MatchCaseProperty

Field Value

DependencyProperty

MatchEntireCellContentsProperty

Match entire cell contents dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty MatchEntireCellContentsProperty

Field Value

DependencyProperty

ReplaceWithWordProperty

Replace with word dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty ReplaceWithWordProperty

Field Value

DependencyProperty

ResultsGridVisibilityProperty

Results grid visibility dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty ResultsGridVisibilityProperty

Field Value

DependencyProperty

SearchByTypeProperty

Search by type dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty SearchByTypeProperty

Field Value

DependencyProperty

SearchWithinValueProperty

Search within value dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty SearchWithinValueProperty

Field Value

DependencyProperty

SearchedWordProperty

Searched word dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty SearchedWordProperty

Field Value

DependencyProperty

Properties

CloseDialogCommand

Gets the close dialog command.

Declaration

cs-api-definition
public ICommand CloseDialogCommand { get; }

Property Value

ICommand

The close dialog command.

FindAllCommand

Gets the find all command.

Declaration

cs-api-definition
public ICommand FindAllCommand { get; }

Property Value

ICommand

The find all command.

FindAllResults

Gets or sets the results of find all.

Declaration

cs-api-definition
public IEnumerable<FindResult> FindAllResults { get; set; }

Property Value

IEnumerable<FindResult>

The results of find all.

FindNextCommand

Gets the find next command.

Declaration

cs-api-definition
public ICommand FindNextCommand { get; }

Property Value

ICommand

The find next command.

GoToCellCommand

Gets the go to cell command.

Declaration

cs-api-definition
public ICommand GoToCellCommand { get; }

Property Value

ICommand

The go to cell command.

LookIn

Gets or sets the selected value to look in.

Declaration

cs-api-definition
public FindInContentType LookIn { get; set; }

Property Value

FindInContentType

The selected value to look in.

LookInValues

Gets the values to look in.

Declaration

cs-api-definition
public IEnumerable<SearchLocationName<FindInContentType>> LookInValues { get; }

Property Value

IEnumerable<SearchLocationName<FindInContentType>>

The values to look in.

MatchCase

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

Declaration

cs-api-definition
public bool MatchCase { get; set; }

Property Value

bool

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

cs-api-definition
public bool MatchEntireCellContents { get; set; }

Property Value

bool

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

ReplaceAllCommand

Gets the replace all command.

Declaration

cs-api-definition
public ICommand ReplaceAllCommand { get; }

Property Value

ICommand

The replace all command.

ReplaceCommand

Gets the replace command.

Declaration

cs-api-definition
public ICommand ReplaceCommand { get; }

Property Value

ICommand

The replace command.

ReplaceWithWord

Gets or sets the replace with word.

Declaration

cs-api-definition
public string ReplaceWithWord { get; set; }

Property Value

string

The replace with word.

ResultsGridVisibility

Gets or sets the results grid visibility.

Declaration

cs-api-definition
public Visibility ResultsGridVisibility { get; set; }

Property Value

Visibility

The results grid visibility.

SearchBy

Gets the values to search by.

Declaration

cs-api-definition
public IEnumerable<SearchLocationName<FindBy>> SearchBy { get; }

Property Value

IEnumerable<SearchLocationName<FindBy>>

The values to search by.

SearchByType

Gets or sets the selected type to search by.

Declaration

cs-api-definition
public FindBy SearchByType { get; set; }

Property Value

FindBy

The selected type to search by.

SearchWithinValue

Gets or sets the selected value to search within.

Declaration

cs-api-definition
public FindWithin SearchWithinValue { get; set; }

Property Value

FindWithin

The selected value to search within.

SearchedWord

Gets or sets the searched word.

Declaration

cs-api-definition
public string SearchedWord { get; set; }

Property Value

string

The searched word.

WithinValues

Gets the options for the values to search within.

Declaration

cs-api-definition
public IEnumerable<SearchLocationName<FindWithin>> WithinValues { get; }

Property Value

IEnumerable<SearchLocationName<FindWithin>>

The values to search within.

Methods

CloseOverride()

Called on dialog closed.

Declaration

cs-api-definition
protected override void CloseOverride()

Overrides RadSpreadsheetDialogContentBase<FindAndReplaceDialogContext>.CloseOverride()

OnApplyTemplate()

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

Declaration

cs-api-definition
public override void OnApplyTemplate()

Overrides RadSpreadsheetDialogContentBase<FindAndReplaceDialogContext>.OnApplyTemplate()

OnInitialized(EventArgs)

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

Declaration

cs-api-definition
protected override void OnInitialized(EventArgs e)

Parameters

e

EventArgs

The RoutedEventArgs that contains the event data.

OnKeyDown(KeyEventArgs)

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.

Declaration

cs-api-definition
protected override void OnKeyDown(KeyEventArgs e)

Parameters

e

KeyEventArgs

The KeyEventArgs that contains the event data.

ShowOverride()

Called before showing dialog.

Declaration

cs-api-definition
protected override void ShowOverride()

Overrides RadSpreadsheetDialogContentBase<FindAndReplaceDialogContext>.ShowOverride()

Events

PropertyChanged

Declaration

cs-api-definition
public event PropertyChangedEventHandler PropertyChanged

Event Value

PropertyChangedEventHandler

Implements INotifyPropertyChanged.PropertyChanged