Class FindAndReplacePage
Window that provides user interaction support to perform find and replace operations.
Implements
Windows.UI.Xaml.Markup.IComponentConnector
Windows.UI.Xaml.Markup.IComponentConnector2
Inherited Members
Namespace: Syncfusion.UI.Xaml.Spreadsheet.Commands
Assembly: Syncfusion.SfSpreadsheet.UWP.dll
Syntax
public sealed class FindAndReplacePage : CommandPage, IComponentConnector, IComponentConnector2
Constructors
FindAndReplacePage(String)
Initializes a new instance of the FindAndReplacePage class.
Declaration
public FindAndReplacePage(string commandName)
Parameters
Type | Name | Description |
---|---|---|
System.String | commandName |
Properties
FoundRanges
Gets or sets the value indicating the found ranges in SfSpreadsheet.
Declaration
public List<IRange> FoundRanges { get; set; }
Property Value
Type |
---|
System.Collections.Generic.List<IRange> |
Methods
Connect(Int32, Object)
Connect()
Declaration
public void Connect(int connectionId, object target)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | connectionId | |
System.Object | target |
GetBindingConnector(Int32, Object)
GetBindingConnector(int connectionId, object target)
Declaration
public IComponentConnector GetBindingConnector(int connectionId, object target)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | connectionId | |
System.Object | target |
Returns
Type |
---|
Windows.UI.Xaml.Markup.IComponentConnector |
InitializeComponent()
InitializeComponent()
Declaration
public void InitializeComponent()
OnApplySettings()
Raised below event when Enter key pressed.
Declaration
protected override void OnApplySettings()
Overrides
OnKeyDown(KeyRoutedEventArgs)
Prevent the window close when press escape button.
Declaration
protected override void OnKeyDown(KeyRoutedEventArgs e)
Parameters
Type | Name | Description |
---|---|---|
Windows.UI.Xaml.Input.KeyRoutedEventArgs | e |
Overrides
OnPageLoaded()
Set the focus to find Search comboBox or replace search comboBox based on selected items in ribbon menu.
Declaration
protected override void OnPageLoaded()
Overrides
UnWireEvents()
Unwired all the events.
Declaration
protected override void UnWireEvents()
Overrides
WireEvents()
Invoke all the events.
Declaration
protected override void WireEvents()
Overrides
Implements
Windows.UI.Xaml.Markup.IComponentConnector
Windows.UI.Xaml.Markup.IComponentConnector2