WPF

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class InsertCommentWindow - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    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 Description
    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved