The IDataGridColumnEventArgs interface contains argument properties of the events for any column of DataGrid component.
| Property name | Brief description | |
| The Column property returns the column, for which the event is generated. |
| Property name | Brief description | |
| Grid | The Grid property returns the table, for which any event is generated. |
See also: