[]
        
(Showing Draft Content)

C1.WPF.FlexGrid.C1FlexGrid.AutoGeneratingColumn

AutoGeneratingColumn Event

Occurs when an auto-generated column is being created.

Namespace: C1.WPF.FlexGrid
Assembly: C1.WPF.FlexGrid.4.6.2.dll
Syntax
public event EventHandler<AutoGeneratingColumnEventArgs> AutoGeneratingColumn
Returns
Type Description
EventHandler<AutoGeneratingColumnEventArgs> 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.