InsertCommentPage Class
Used to Insert Comment for the CurrentCell
Inheritance
System.Object
    InsertCommentPage
  Implements
Windows.UI.Xaml.Markup.IComponentConnector
    Windows.UI.Xaml.Markup.IComponentConnector2
  Namespace: Syncfusion.UI.Xaml.Spreadsheet.Commands
Assembly: Syncfusion.SfSpreadsheet.UWP.dll
Syntax
public sealed class InsertCommentPage : Page, IComponentConnector, IComponentConnector2
  Constructors
InsertCommentPage()
Declaration
public InsertCommentPage()
  Properties
CurrentCellRange
Declaration
public IRange CurrentCellRange { get; set; }
  Property Value
| Type | 
|---|
| IRange | 
SfSpreadsheet
Gets or sets the SfSpreadsheet Control
Declaration
public SfSpreadsheet SfSpreadsheet { get; set; }
  Property Value
| Type | 
|---|
| SfSpreadsheet | 
Methods
Close()
Declaration
public void Close()
  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()
  OnKeyDown(KeyRoutedEventArgs)
Used to Handle the Key Down Operations
Declaration
protected override void OnKeyDown(KeyRoutedEventArgs e)
  Parameters
| Type | Name | Description | 
|---|---|---|
| Windows.UI.Xaml.Input.KeyRoutedEventArgs | e | The Windows.UI.Xaml.Input.KeyRoutedEventArgs instance containing the event data.  | 
      
ShowDialog()
Declaration
public void ShowDialog()
  Implements
      Windows.UI.Xaml.Markup.IComponentConnector
  
  
      Windows.UI.Xaml.Markup.IComponentConnector2