skip navigation
  • Product Bundles

    DevCraft

    All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:

    • AI Coding Assistants
    • Embedded Reporting
    • Document Processing Libraries
    • SSO Account Sign-in

    Web

    Kendo UI UI for Angular UI for Vue UI for jQuery KendoReact UI for Blazor UI for ASP.NET Core UI for ASP.NET MVC UI for ASP.NET AJAX

    Mobile

    UI for .NET MAUI

    Document Management

    Telerik Document Processing

    Desktop

    UI for .NET MAUI UI for WinUI UI for WinForms UI for WPF

    Reporting

    Telerik Reporting Telerik Report Server

    Testing & Mocking

    Test Studio Telerik JustMock

    CMS

    Sitefinity

    AI Productivity Tools

    AI Coding Assistants

    UI/UX Tools

    ThemeBuilder Design System Kit Templates and Building Blocks

    Debugging

    Fiddler Fiddler Everywhere Fiddler Classic Fiddler Everywhere Reporter FiddlerCore

    Free Tools

    KendoReact Free VB.NET to C# Converter Testing Framework
    View all products
  • Overview
  • Demos
    • What's New
    • Roadmap
    • Release History
  • Support and Learning

    • Support and Learning Hub
    • First Steps
    • Docs
    • Demos
    • Virtual Classroom
    • Forums
    • Videos
    • Blogs
    • Accessibility
    • Submit a Ticket

    Productivity and Design Tools

    • Visual Studio Extensions
    • Visual Studio Templates
    • Embedded Reporting
  • Pricing
  • Shopping cart
    • Account Overview
    • Your Licenses
    • Downloads
    • Support Center
    • Forum Profile
    • Payment Methods
    • Edit Profile
    • Log out
  • Login
  • Contact Us
  • Try now

Class FindAndReplaceDialogContent

Represents the content of the FindAndReplaceDialog.

Inheritance
System.Object
ControlBase
RadSpreadsheetDialogContentBase
RadSpreadsheetDialogContentBase<FindAndReplaceDialogContext>
FindAndReplaceDialogContentBase
FindAndReplaceDialogContent
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>.HostWindow
RadSpreadsheetDialogContentBase<FindAndReplaceDialogContext>.Context
RadSpreadsheetDialogContentBase<FindAndReplaceDialogContext>.Closed
RadSpreadsheetDialogContentBase.HeaderProperty
RadSpreadsheetDialogContentBase.ResizeModeProperty
RadSpreadsheetDialogContentBase.WindowStartupLocationProperty
RadSpreadsheetDialogContentBase.CanMoveProperty
RadSpreadsheetDialogContentBase.DialogResultProperty
RadSpreadsheetDialogContentBase.HostWindowMinWidthProperty
RadSpreadsheetDialogContentBase.HostWindowMinHeightProperty
RadSpreadsheetDialogContentBase.HostWindowMaxWidthProperty
RadSpreadsheetDialogContentBase.HostWindowMaxHeightProperty
RadSpreadsheetDialogContentBase.SetString(String)
RadSpreadsheetDialogContentBase.Header
RadSpreadsheetDialogContentBase.ResizeMode
RadSpreadsheetDialogContentBase.WindowStartupLocation
RadSpreadsheetDialogContentBase.CanMove
RadSpreadsheetDialogContentBase.DialogResult
RadSpreadsheetDialogContentBase.HostWindowMinWidth
RadSpreadsheetDialogContentBase.HostWindowMinHeight
RadSpreadsheetDialogContentBase.HostWindowMaxWidth
RadSpreadsheetDialogContentBase.HostWindowMaxHeight
ControlBase.GetTemplateChild<T>(String)
ControlBase.GetRequiredTemplateChild<T>(String, Boolean)
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 FindAndReplaceDialogContent class.

Declaration
public FindAndReplaceDialogContent()

Fields

FindAllResultsProperty

Find all results dependency property.

Declaration
public static readonly DependencyProperty FindAllResultsProperty
Field Value
System.Windows.DependencyProperty

LookInProperty

Look in dependency property.

Declaration
public static readonly DependencyProperty LookInProperty
Field Value
System.Windows.DependencyProperty

MatchCaseProperty

Match case dependency property.

Declaration
public static readonly DependencyProperty MatchCaseProperty
Field Value
System.Windows.DependencyProperty

MatchEntireCellContentsProperty

Match entire cell contents dependency property.

Declaration
public static readonly DependencyProperty MatchEntireCellContentsProperty
Field Value
System.Windows.DependencyProperty

ReplaceWithWordProperty

Replace with word dependency property.

Declaration
public static readonly DependencyProperty ReplaceWithWordProperty
Field Value
System.Windows.DependencyProperty

ResultsGridVisibilityProperty

Results grid visibility dependency property.

Declaration
public static readonly DependencyProperty ResultsGridVisibilityProperty
Field Value
System.Windows.DependencyProperty

SearchByTypeProperty

Search by type dependency property.

Declaration
public static readonly DependencyProperty SearchByTypeProperty
Field Value
System.Windows.DependencyProperty

SearchedWordProperty

Searched word dependency property.

Declaration
public static readonly DependencyProperty SearchedWordProperty
Field Value
System.Windows.DependencyProperty

SearchWithinValueProperty

Search within value dependency property.

Declaration
public static readonly DependencyProperty SearchWithinValueProperty
Field Value
System.Windows.DependencyProperty

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<Telerik.Windows.Documents.Spreadsheet.Model.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
Telerik.Windows.Documents.Spreadsheet.Model.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<Telerik.Windows.Documents.Spreadsheet.Model.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.

ResultsGridVisibility

Gets or sets the results grid visibility.

Declaration
public Visibility ResultsGridVisibility { get; set; }
Property Value
System.Windows.Visibility

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<Telerik.Windows.Documents.Spreadsheet.Model.FindBy>>

The values to search by.

SearchByType

Gets or sets the selected type to search by.

Declaration
public FindBy SearchByType { get; set; }
Property Value
Telerik.Windows.Documents.Spreadsheet.Model.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
Telerik.Windows.Documents.Spreadsheet.Model.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<Telerik.Windows.Documents.Spreadsheet.Model.FindWithin>>

The values to search within.

Methods

CloseOverride()

Called on dialog closed.

Declaration
protected override void CloseOverride()
Overrides
Telerik.Windows.Controls.Spreadsheet.Dialogs.RadSpreadsheetDialogContentBase<Telerik.Windows.Controls.Spreadsheet.Dialogs.FindAndReplaceDialogContext>.CloseOverride()

OnApplyTemplate()

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

Declaration
public override void OnApplyTemplate()
Overrides
Telerik.Windows.Controls.Spreadsheet.Dialogs.RadSpreadsheetDialogContentBase<Telerik.Windows.Controls.Spreadsheet.Dialogs.FindAndReplaceDialogContext>.OnApplyTemplate()

OnInitialized(EventArgs)

Raises the System.Windows.FrameworkElement.Initialized event. This method is invoked whenever System.Windows.FrameworkElement.IsInitialized is set to true internally.

Declaration
protected override void OnInitialized(EventArgs e)
Parameters
System.EventArgs e

The System.Windows.RoutedEventArgs that contains the event data.

OnKeyDown(KeyEventArgs)

Invoked when an unhandled System.Windows.Input.Keyboard.KeyDown 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
protected override void OnKeyDown(KeyEventArgs e)
Parameters
System.Windows.Input.KeyEventArgs e

The System.Windows.Input.KeyEventArgs that contains the event data.

ShowOverride()

Called before showing dialog.

Declaration
protected override void ShowOverride()
Overrides
Telerik.Windows.Controls.Spreadsheet.Dialogs.RadSpreadsheetDialogContentBase<Telerik.Windows.Controls.Spreadsheet.Dialogs.FindAndReplaceDialogContext>.ShowOverride()

Events

PropertyChanged

Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
System.ComponentModel.PropertyChangedEventHandler

Extension Methods

CollectionExtensions.ToEnumerable<T>(T)
EnumerableExtensions.ToEnumerable<T>(T)
Getting Started
  • Install Now
  • Demos
  • SDK Samples Browser
  • Sample Applications
Support Resources
  • Code Library
  • Knowledge Base
  • MVVM Support
  • Videos
  • GitHub SDK Repository
Community
  • Forums
  • Blogs
  • XAML Feedback Portal
  • Document Processing Feedback Portal

Copyright © 2018 Progress Software Corporation and/or its subsidiaries or affiliates.
All Rights Reserved.

Progress, Telerik, and certain product names used herein are trademarks or registered trademarks of Progress Software Corporation and/or one of its subsidiaries or affiliates in the U.S. and/or other countries. See Trademarks for appropriate markings.