Blazor | ComponentOne
C1.Blazor.Grid Assembly / C1.Blazor.Grid Namespace / GridAutoGeneratingColumnEventArgs Class / Column Property

In This Topic
    Column Property (GridAutoGeneratingColumnEventArgs)
    In This Topic
    Gets or sets the column that is being auto-generated.
    Syntax
    'Declaration
     
    
    Public Property Column As GridColumn
    public GridColumn Column {get; set;}
    See Also