[]
Event data for AutoGeneratingColumn event of FlexGrid.
public class GridAutoGeneratingColumnEventArgs : CancelEventArgs
Name | Description |
---|---|
GridAutoGeneratingColumnEventArgs(PropertyInfo, GridColumn) | Initializes a new instance of the GridAutoGeneratingColumnEventArgs class. |
Name | Description |
---|---|
Column | Gets or sets the column that is being auto-generated. |
Property | Gets the property info associated to the column that is being auto-generated. |