[]
        
(Showing Draft Content)

C1.Blazor.Grid.GridAutoGeneratingColumnEventArgs

GridAutoGeneratingColumnEventArgs Class

Event data for AutoGeneratingColumn event of FlexGrid.

Inheritance
GridAutoGeneratingColumnEventArgs
Namespace: C1.Blazor.Grid
Assembly: C1.Blazor.Grid.dll
Syntax
public class GridAutoGeneratingColumnEventArgs : CancelEventArgs

Constructors

Name Description
GridAutoGeneratingColumnEventArgs(PropertyInfo, GridColumn)

Initializes a new instance of the GridAutoGeneratingColumnEventArgs class.

Properties

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.