| GridCellMouseEventArgs Properties | 
The GridCellMouseEventArgs type exposes the following members.
 Properties
Properties| Name | Description | |
|---|---|---|
|  | Column | 
            Gets the index of the column that triggered the event, or -1 if no column.
             | 
|  | GridColumn | 
            Gets the grid column that triggered the event.
             | 
|  | Item | 
            Gets the item of the row that triggered the event, or null if there was no item.
             | 
|  | Row | 
            Gets the row that triggered the event, or -1 if no row.
             | 
 See Also
See Also