AutoGeneratingColumnEventArgs(GridColumn) Constructor
Initializes a new instance of the AutoGeneratingColumnEventArgs class.
Namespace: DevExpress.Mobile.DataGrid
Assembly: DevExpress.Mobile.Grid.v18.2.dll
Declaration
Parameters
Name | Type | Description |
---|---|---|
column | GridColumn | A GridColumn object that specifies the grid column to be auto-generated. This value is assigned to the AutoGeneratingColumnEventArgs.Column property. |
Remarks
Important
This documentation topic describes legacy technology. We no longer develop new functionality for the GridControl and suggest that you use the new DataGridView control instead.
Instances of the AutoGeneratingColumnEventArgs class are automatically created, initialized and passed to the corresponding event handlers.
See Also