[]
Initializes a new instance of the GridAutoGeneratingColumnEventArgs class.
public GridAutoGeneratingColumnEventArgs(PropertyInfo property, GridColumn column)
Public Sub New([property] As PropertyInfo, column As GridColumn)
| Type | Name | Description |
|---|---|---|
| PropertyInfo | property | The property. |
| GridColumn | column | The column. |