AK.F1.Timing.Model.Grid.GridColumnModel.GridColumnModel C# (CSharp) Method

GridColumnModel() public method

Initialises a new instance of the GridColumnModel class and specifies the AK.F1.Timing.Messages.Driver.GridColumn type.
public GridColumnModel ( GridColumn type ) : System
type GridColumn The grid column type.
return System
        public GridColumnModel(GridColumn type)
        {
            Type = type;
            TextColour = GridColumnColour.Black;
        }