FlexGrid for WPF | ComponentOne
C1.WPF.Grid Assembly / C1.WPF.Grid Namespace / GridColumnOptionsLoadingEventArgs Class / Column Property

In This Topic
    Column Property (GridColumnOptionsLoadingEventArgs)
    In This Topic
    Gets the related column.
    Syntax
    'Declaration
     
    Public ReadOnly Property Column As GridColumn
    public GridColumn Column {get;}
    See Also