Class FindAndReplaceDialogContext
Represents context for FindAndReplaceDialog.
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinForms.Controls.Spreadsheet.Dialogs
Assembly: Telerik.WinControls.RadSpreadsheet.dll
Syntax
public class FindAndReplaceDialogContext : RadSpreadsheetDialogContext
Constructors
FindAndReplaceDialogContext(RadWorksheetEditor, FindAndReplaceTab)
Initializes a new instance of the FindAndReplaceDialogContext class.
Declaration
public FindAndReplaceDialogContext(RadWorksheetEditor editor, FindAndReplaceTab initialTab)
Parameters
RadWorksheetEditor
editor
The RadWorksheetEditor. |
FindAndReplaceTab
initialTab
The initial tab of the FindAndReplaceDialog. |
Properties
InitialTab
Gets the initial tab.
Declaration
public FindAndReplaceTab InitialTab { get; }
Property Value
FindAndReplaceTab
The initial tab. |