[]
        
(Showing Draft Content)

C1.Blazor.Grid.FlexGrid.AutoGeneratingColumn

AutoGeneratingColumn Property

AutoGeneratingColumn

Occurs when an auto-generated column is being created.

Declaration
[Parameter]
public EventHandler<GridAutoGeneratingColumnEventArgs> AutoGeneratingColumn { get; set; }
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.