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

Represents context for FindAndReplaceDialog.

Definition

Namespace:Telerik.Windows.Controls.Spreadsheet.Dialogs

Assembly:Telerik.Windows.Controls.Spreadsheet.dll

Syntax:

C#
public class FindAndReplaceDialogContext : RadSpreadsheetDialogContext

Inheritance: objectRadSpreadsheetDialogContextFindAndReplaceDialogContext

Inherited Members RadSpreadsheetDialogContext.RadSpreadsheetRadSpreadsheetDialogContext.Owner

Constructors

Initializes a new instance of the FindAndReplaceDialogContext class.

C#
public FindAndReplaceDialogContext(RadWorksheetEditor editor, FindAndReplaceTab initialTab)
Parameters:editorRadWorksheetEditor

The RadWorksheetEditor.

initialTabFindAndReplaceTab

The initial tab of the FindAndReplaceDialog.

Properties

Gets the initial tab.

C#
public FindAndReplaceTab InitialTab { get; }
Property Value:

The initial tab.