AutoGeneratingColumnEventArgs Properties
Provides data for the DataGridView.AutoGeneratingColumn event.Name | Description |
---|---|
Cancel | Gets or sets a value indicating whether the event should be canceled. Inherited from CancelEventArgs. |
Column | Gets the column being generated automatically. |
See Also