Class GoToWindow
Window that provides user interaction support to navigate the cell reference in the workbook.
Implements
System.Windows.Markup.IComponentConnector
Inherited Members
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
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
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
OnLoaded()
Invoked when GoTo window opened.
Declaration
protected override void OnLoaded()
Overrides
UnWireEvents()
Unwired all the events.
Declaration
protected override void UnWireEvents()
Overrides
WireEvents()
Invoke all the events.
Declaration
protected override void WireEvents()
Overrides
Implements
System.Windows.Markup.IComponentConnector