[]
        
(Showing Draft Content)

C1.Xamarin.Forms.Grid.FlexGrid.AutoGeneratingColumn

AutoGeneratingColumn Event

Occurs when an auto-generated column is being created.

Namespace: C1.Xamarin.Forms.Grid
Assembly: C1.Xamarin.Forms.Grid.dll
Syntax
public event EventHandler<GridAutoGeneratingColumnEventArgs> AutoGeneratingColumn
Returns
Type Description
EventHandler<GridAutoGeneratingColumnEventArgs> Occurs when an auto-generated column is being created.
Remarks

You can change the auto-generated column by setting the property Column. You can cancel an auto-generated column by setting the property Cancel to true, in this case there will not be column for this property.