menu

WinForms

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

    Show / Hide Table of Contents

    Class GridTableClickCellsEventArgs

    Used internally.

    Inheritance
    System.Object
    SyncfusionCancelEventArgs
    GridTableClickCellsEventArgs
    Inherited Members
    SyncfusionCancelEventArgs.ToString()
    Namespace: Syncfusion.Windows.Forms.Grid.Grouping
    Assembly: Syncfusion.Grid.Grouping.Windows.dll
    Syntax
    public sealed class GridTableClickCellsEventArgs : SyncfusionCancelEventArgs

    Constructors

    GridTableClickCellsEventArgs(GridControlBase, GridCellRendererBase, MouseEventArgs)

    Used internally.

    Declaration
    public GridTableClickCellsEventArgs(GridControlBase gridWindow, GridCellRendererBase cellRenderer, MouseEventArgs e)
    Parameters
    Type Name Description
    GridControlBase gridWindow
    GridCellRendererBase cellRenderer
    System.Windows.Forms.MouseEventArgs e

    Properties

    CellRenderer

    Used internally.

    Declaration
    [TraceProperty(true)]
    public GridCellRendererBase CellRenderer { get; set; }
    Property Value
    Type
    GridCellRendererBase

    ColIndex

    Used internally.

    Declaration
    public int ColIndex { get; }
    Property Value
    Type
    System.Int32

    InnerGrid

    Used internally.

    Declaration
    [TraceProperty(true)]
    public GridControlBase InnerGrid { get; set; }
    Property Value
    Type
    GridControlBase

    MouseEventArgs

    Used internally.

    Declaration
    [TraceProperty(true)]
    public MouseEventArgs MouseEventArgs { get; set; }
    Property Value
    Type
    System.Windows.Forms.MouseEventArgs

    RowIndex

    Used internally.

    Declaration
    public int RowIndex { get; }
    Property Value
    Type
    System.Int32
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved