FlexGrid for WPF | ComponentOne
C1.WPF.FlexGrid.4.6.2 Assembly / C1.WPF.FlexGrid Namespace / AutoGeneratingColumnEventArgs Class / Column Property

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