Class GridTableClickCellsEventArgs
Used internally.
Inherited Members
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 |