Class GoToPage
Window that provides user interaction support to navigate the cell reference in the workbook.
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 GoToPage : CommandPage, IComponentConnector, IComponentConnector2
Constructors
GoToPage(String)
Initializes a new instance of the
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
OnClosing()
Invoked on GoTo window closing and which method hide the GoTo window instead of close.
Declaration
protected override void OnClosing()
Overrides
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
OnPageLoaded()
Invoked when GoTo window opened.
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