menu

UWP

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

    Show / Hide Table of Contents

    Class GoToPage

    Window that provides user interaction support to navigate the cell reference in the workbook.

    Inheritance
    System.Object
    CommandPage
    GoToPage
    Implements
    Windows.UI.Xaml.Markup.IComponentConnector
    Windows.UI.Xaml.Markup.IComponentConnector2
    Inherited Members
    CommandPage.Close()
    CommandPage.CommandName
    CommandPage.Hide()
    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 GoToPage : CommandPage, IComponentConnector, IComponentConnector2

    Constructors

    GoToPage(String)

    Initializes a new instance of the FindAndReplaceGoToWindow class.

    Declaration
    public GoToPage(string commandName)
    Parameters
    Type Name Description
    System.String commandName

    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()

    Focus set to Ok button instead of close the window when press the enter key.

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

    OnClosing()

    Invoked on GoTo window closing and which method hide the GoTo window instead of close.

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

    OnKeyDown(KeyRoutedEventArgs)

    Raised when Escape and Enter key is pressed.

    Declaration
    protected override void OnKeyDown(KeyRoutedEventArgs e)
    Parameters
    Type Name Description
    Windows.UI.Xaml.Input.KeyRoutedEventArgs e
    Overrides
    CommandPage.OnKeyDown(KeyRoutedEventArgs)

    OnPageLoaded()

    Invoked when GoTo window opened.

    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