WinUI | ComponentOne
C1.WinUI.Grid Assembly / C1.WinUI.Grid Namespace / GridAutoGeneratingColumnEventArgs Class / GridAutoGeneratingColumnEventArgs Constructor
The property.
The column.
In This Topic
    GridAutoGeneratingColumnEventArgs Constructor
    In This Topic
    Initializes a new instance of the GridAutoGeneratingColumnEventArgs class.
    Syntax
    public GridAutoGeneratingColumnEventArgs( 
       PropertyInfo property,
       GridColumn column
    )

    Parameters

    property
    The property.
    column
    The column.
    See Also