Dictionary<Guid, Vehicle> vehicles= new Dictionary<Guid, Vehicle>();
vehicle
Vehicle
gridEX1.DropDowns["VehicleDropDown"].DataSource = vehicles.Values.ToList(); gridEX1.DropDowns["VehicleDropDown"].DisplayMember = "licenseplatenumber"; //value
vehicles