alexa
menu

Document Processing

    Show / Hide Table of Contents

    CellContextMenuOpeningEventArgs Class

    Event Handler to Handle the CellContextMenuOpening Event which can be marked as Handled.

    Inheritance
    System.Object
    SyncfusionHandledEventArgs
    CellContextMenuOpeningEventArgs
    Inherited Members
    SyncfusionHandledEventArgs.Handled
    Namespace: Syncfusion.Windows.Forms.CellGrid.Helpers
    Assembly: Syncfusion.Spreadsheet.Windows.dll
    Syntax
    public sealed class CellContextMenuOpeningEventArgs : SyncfusionHandledEventArgs

    Constructors

    CellContextMenuOpeningEventArgs(RowColumnIndex)

    Initializes a new instance of the CellContextMenuOpeningEventArgs class.

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

    Properties

    Cell

    Gets or Sets the RowColumnIndex of a cell

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

    An instance of RowColumnIndex.

    CellContextMenu

    Declaration
    public ContextMenuStrip CellContextMenu { get; set; }
    Property Value
    Type
    System.Windows.Forms.ContextMenuStrip
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved