Class InsertCommentWindow
Interaction logic for InsertCommentWindow.xaml
Inheritance
System.Object
InsertCommentWindow
Implements
System.Windows.Markup.IComponentConnector
Namespace: Syncfusion.UI.Xaml.Spreadsheet.Commands
Assembly: Syncfusion.SfSpreadsheet.WPF.dll
Syntax
public class InsertCommentWindow : Window, IComponentConnector
Constructors
InsertCommentWindow()
Declaration
public InsertCommentWindow()
Properties
SfSpreadsheet
Gets or sets the SfSpreadsheet Control
Declaration
public SfSpreadsheet SfSpreadsheet { get; set; }
Property Value
Type |
---|
SfSpreadsheet |
Methods
InitializeComponent()
InitializeComponent
Declaration
public void InitializeComponent()
OnKeyDown(KeyEventArgs)
Used to Handle the Key Down Operations
Declaration
protected override void OnKeyDown(KeyEventArgs e)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.Input.KeyEventArgs | e | The System.Windows.Input.KeyEventArgs instance containing the event data. |
Implements
System.Windows.Markup.IComponentConnector