menu

Document Processing

GoToWindow Class - FileFormats API Reference | Syncfusion

    Show / Hide Table of Contents

    GoToWindow Class

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

    Inheritance
    System.Object
    CommandBaseWindow
    GoToWindow
    Implements
    System.Windows.Markup.IComponentConnector
    Inherited Members
    CommandBaseWindow.CancelAction()
    CommandBaseWindow.OnClosed(EventArgs)
    CommandBaseWindow.OnInitialized(EventArgs)
    CommandBaseWindow.SfSpreadsheet
    CommandBaseWindow.WorkSheet
    Namespace: Syncfusion.UI.Xaml.Spreadsheet.Commands
    Assembly: Syncfusion.SfSpreadsheet.WPF.dll
    Syntax
    public class GoToWindow : CommandBaseWindow, IComponentConnector

    Constructors

    GoToWindow()

    Initializes a new instance of the GoToWindow class.

    Declaration
    public GoToWindow()

    Methods

    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
    CommandBaseWindow.OnApplySettings()

    OnClosing(CancelEventArgs)

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

    Declaration
    protected override void OnClosing(CancelEventArgs e)
    Parameters
    Type Name Description
    System.ComponentModel.CancelEventArgs e
    Overrides
    CommandBaseWindow.OnClosing(CancelEventArgs)

    OnKeyDown(KeyEventArgs)

    Raised below event when Enter key is pressed.

    Declaration
    protected override void OnKeyDown(KeyEventArgs e)
    Parameters
    Type Name Description
    System.Windows.Input.KeyEventArgs e
    Overrides
    CommandBaseWindow.OnKeyDown(KeyEventArgs)

    OnLoaded()

    Invoked when GoTo window opened.

    Declaration
    protected override void OnLoaded()
    Overrides
    CommandBaseWindow.OnLoaded()

    UnWireEvents()

    Unwired all the events.

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

    WireEvents()

    Invoke all the events.

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

    Implements

    System.Windows.Markup.IComponentConnector
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved