menu

UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class FindAndReplacePage - UWP API Reference | Syncfusion

    Show / Hide Table of Contents

    Class FindAndReplacePage

    Window that provides user interaction support to perform find and replace operations.

    Inheritance
    System.Object
    CommandPage
    FindAndReplacePage
    Implements
    Windows.UI.Xaml.Markup.IComponentConnector
    Windows.UI.Xaml.Markup.IComponentConnector2
    Inherited Members
    CommandPage.Close()
    CommandPage.CommandName
    CommandPage.Hide()
    CommandPage.OnClosing()
    CommandPage.OnPageUnLoaded()
    CommandPage.SfSpreadsheet
    CommandPage.ShowDialog()
    CommandPage.Title
    CommandPage.TitleProperty
    CommandPage.WorkSheet
    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
    CommandPage.OnApplySettings()

    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
    CommandPage.OnKeyDown(KeyRoutedEventArgs)

    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
    CommandPage.OnPageLoaded()

    UnWireEvents()

    Unwired all the events.

    Declaration
    protected override void UnWireEvents()
    Overrides
    CommandPage.UnWireEvents()

    WireEvents()

    Invoke all the events.

    Declaration
    protected override void WireEvents()
    Overrides
    CommandPage.WireEvents()

    Implements

    Windows.UI.Xaml.Markup.IComponentConnector
    Windows.UI.Xaml.Markup.IComponentConnector2

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved