menu

UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class CellCommentOpeningEventArgs - UWP API Reference | Syncfusion

    Show / Hide Table of Contents

    Class CellCommentOpeningEventArgs

    Represents a class which holds the properties of cell comment opening event.

    Inheritance
    System.Object
    GridCancelEventArgs
    CellCommentOpeningEventArgs
    Inherited Members
    GridCancelEventArgs.Cancel
    Namespace: Syncfusion.UI.Xaml.CellGrid.Helpers
    Assembly: Syncfusion.SfCellGrid.UWP.dll
    Syntax
    public class CellCommentOpeningEventArgs : GridCancelEventArgs

    Constructors

    CellCommentOpeningEventArgs(RowColumnIndex)

    Initializes a new instance of the CellCommentOpeningEventArgs class.

    Declaration
    public CellCommentOpeningEventArgs(RowColumnIndex cell)
    Parameters
    Type Name Description
    RowColumnIndex cell

    An instance of RowColumnIndex.

    Properties

    Cell

    Gets the value that indicates cell comment index.

    Declaration
    public RowColumnIndex Cell { get; }
    Property Value
    Type Description
    RowColumnIndex

    An instance of RowColumnIndex.

    Comment

    Gets or sets the cell comment.

    Declaration
    public string Comment { get; set; }
    Property Value
    Type Description
    System.String

    Comment.

    CommentBrush

    Gets or sets the comment brush.

    Declaration
    public Brush CommentBrush { get; set; }
    Property Value
    Type Description
    Windows.UI.Xaml.Media.Brush

    An instance of Windows.UI.Xaml.Media.Brush.

    Height

    Gets or sets the height of the CommentToolTip Popup Window to be displayed

    Declaration
    public int Height { get; set; }
    Property Value
    Type Description
    System.Int32

    Height of window.

    Width

    Gets or sets the width of the CommentToolTip Popup Window to be displayed

    Declaration
    public int Width { get; set; }
    Property Value
    Type Description
    System.Int32

    Width of window.

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved