AutoGeneratingColumnEventArgs(GridColumn) Constructor
In This Article
Initializes a new instance of the AutoGeneratingColumnEventArgs class.
Namespace: DevExpress.Mobile.DataGrid
Assembly: DevExpress.Mobile.Grid.v18.2.dll
#Declaration
public AutoGeneratingColumnEventArgs(
GridColumn column
)
#Parameters
Name | Type | Description |
---|---|---|
column | Grid |
A Grid |
#Remarks
Important
This documentation topic describes legacy technology. We no longer develop new functionality for the Grid
Instances of the AutoGeneratingColumnEventArgs class are automatically created, initialized and passed to the corresponding event handlers.
See Also